Html Css Color HEX #867F51 Clay Creek

📋 copy color: '#867F51'

red 134 ◦ green 127 ◦ blue 81

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

Shades of Clay Creek #867F51

Tints of Clay Creek #867F51

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 39.18%
G = 37.13%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#867F51 (or 0x867F51) is known color: Clay Creek. HEX triplet: 86, 7F and 51. RGB value is (134,127,81). Sum of RGB (Red+Green+Blue) = 134+127+81=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #867F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F51 is #7980AE. Grayscale: #7C7C7C. Windows color (decimal): -7962799 or 5341062. OLE color: 5341062.

HSL color Cylindrical-coordinate representation of color #867F51: hue angle of 52.08º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867F51 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 127 81 -
CMYK 0 0.05 0.40 0.47
HSL 52.08º 0.25% 0.42% -
HSV(B) 52.08º 0.4% 0.53% -
XYZ 18.91 20.84 10.81 -
YUV 123.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 134 127 81 0 0.05 0.40 0.47 52.08 0.25 0.42
Hex 86 7F 51 0 5 28 2F 34 19 2A
Octal 206 177 121 0 5 50 57 64 31 52
Binary 10000110 1111111 1010001 0 101 101000 101111 110100 11001 101010

Color Harmonies of #867F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867F51

Black with #867F51

Text Example


Text Example

White with #867F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867F51; }

 p { color: rgb(134,127,81); }

 H1.HeaderClassName
 {
   color: #867F51;
 }
 .AnyTagClassName
 {
   color: #867F51;
 }
</style>

background-color css

<style>
 a { background-color: #867F51; }

 a { background-color: rgb(134,127,81); }

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

border-color css

<style>
 span { border-color: #867F51; }

 span { border-color: rgb(134,127,81); }

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