Html Css Color HEX #86824B Clay Creek

📋 copy color: '#86824B'

red 134 ◦ green 130 ◦ blue 75

#86824B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clay Creek #86824B

Tints of Clay Creek #86824B

RGB

 RED value IS 134 (52.73% from 255) = 39.53%

 GREEN value IS 130 (51.17% from 255) = 38.35%

 BLUE value IS 75 (29.69% from 255) = 22.12%

R = 39.53%
G = 38.35%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#86824B (or 0x86824B) is known color: Clay Creek. HEX triplet: 86, 82 and 4B. RGB value is (134,130,75). Sum of RGB (Red+Green+Blue) = 134+130+75=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #86824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86824B is #797DB4. Grayscale: #7D7D7D. Windows color (decimal): -7962037 or 4948614. OLE color: 4948614.

HSL color Cylindrical-coordinate representation of color #86824B: hue angle of 55.93º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86824B is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 130 75 -
CMYK 0 0.03 0.44 0.47
HSL 55.93º 0.28% 0.41% -
HSV(B) 55.93º 0.44% 0.53% -
XYZ 19.08 21.54 9.81 -
YUV 124.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 134 130 75 0 0.03 0.44 0.47 55.93 0.28 0.41
Hex 86 82 4B 0 3 2C 2F 38 1C 29
Octal 206 202 113 0 3 54 57 70 34 51
Binary 10000110 10000010 1001011 0 11 101100 101111 111000 11100 101001

Color Harmonies of #86824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86824B

Black with #86824B

Text Example


Text Example

White with #86824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86824B; }

 p { color: rgb(134,130,75); }

 H1.HeaderClassName
 {
   color: #86824B;
 }
 .AnyTagClassName
 {
   color: #86824B;
 }
</style>

background-color css

<style>
 a { background-color: #86824B; }

 a { background-color: rgb(134,130,75); }

 div.DivClassName
 {
   background-color: #86824B;
 }
 .BgClassName
 {
   background-color: #86824B;
 }
</style>

border-color css

<style>
 span { border-color: #86824B; }

 span { border-color: rgb(134,130,75); }

 td.TdClassName
 {
   border-color: #86824B;
 }
 .TagClassName
 {
   border-color: #86824B;
 }
</style>