Html Css Color HEX #867F5E Clay Creek

📋 copy color: '#867F5E'

red 134 ◦ green 127 ◦ blue 94

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

Shades of Clay Creek #867F5E

Tints of Clay Creek #867F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 37.75%
G = 35.77%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#867F5E (or 0x867F5E) is known color: Clay Creek. HEX triplet: 86, 7F and 5E. RGB value is (134,127,94). Sum of RGB (Red+Green+Blue) = 134+127+94=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #867F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F5E is #7980A1. Grayscale: #7D7D7D. Windows color (decimal): -7962786 or 6193030. OLE color: 6193030.

HSL color Cylindrical-coordinate representation of color #867F5E: hue angle of 49.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #867F5E is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 127 94 -
CMYK 0 0.05 0.30 0.47
HSL 49.5º 0.18% 0.45% -
HSV(B) 49.5º 0.3% 0.53% -
XYZ 19.44 21.06 13.63 -
YUV 125.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 134 127 94 0 0.05 0.30 0.47 49.5 0.18 0.45
Hex 86 7F 5E 0 5 1E 2F 32 12 2D
Octal 206 177 136 0 5 36 57 62 22 55
Binary 10000110 1111111 1011110 0 101 11110 101111 110010 10010 101101

Color Harmonies of #867F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867F5E

Black with #867F5E

Text Example


Text Example

White with #867F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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