Html Css Color HEX #867F58 Clay Creek

📋 copy color: '#867F58'

red 134 ◦ green 127 ◦ blue 88

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

Shades of Clay Creek #867F58

Tints of Clay Creek #867F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.21%

R = 38.4%
G = 36.39%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#867F58 (or 0x867F58) is known color: Clay Creek. HEX triplet: 86, 7F and 58. RGB value is (134,127,88). Sum of RGB (Red+Green+Blue) = 134+127+88=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #867F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F58 is #7980A7. Grayscale: #7C7C7C. Windows color (decimal): -7962792 or 5799814. OLE color: 5799814.

HSL color Cylindrical-coordinate representation of color #867F58: hue angle of 50.87º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #867F58 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 127 88 -
CMYK 0 0.05 0.34 0.47
HSL 50.87º 0.21% 0.44% -
HSV(B) 50.87º 0.34% 0.53% -
XYZ 19.18 20.95 12.27 -
YUV 124.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 134 127 88 0 0.05 0.34 0.47 50.87 0.21 0.44
Hex 86 7F 58 0 5 22 2F 33 15 2C
Octal 206 177 130 0 5 42 57 63 25 54
Binary 10000110 1111111 1011000 0 101 100010 101111 110011 10101 101100

Color Harmonies of #867F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867F58

Black with #867F58

Text Example


Text Example

White with #867F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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