Html Css Color HEX #867F5D Clay Creek

📋 copy color: '#867F5D'

red 134 ◦ green 127 ◦ blue 93

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

Shades of Clay Creek #867F5D

Tints of Clay Creek #867F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 37.85%
G = 35.88%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#867F5D (or 0x867F5D) is known color: Clay Creek. HEX triplet: 86, 7F and 5D. RGB value is (134,127,93). Sum of RGB (Red+Green+Blue) = 134+127+93=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #867F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F5D is #7980A2. Grayscale: #7D7D7D. Windows color (decimal): -7962787 or 6127494. OLE color: 6127494.

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

Color convert

RGB 134 127 93 -
CMYK 0 0.05 0.31 0.47
HSL 49.76º 0.18% 0.45% -
HSV(B) 49.76º 0.31% 0.53% -
XYZ 19.4 21.04 13.39 -
YUV 125.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 134 127 93 0 0.05 0.31 0.47 49.76 0.18 0.45
Hex 86 7F 5D 0 5 1F 2F 32 12 2D
Octal 206 177 135 0 5 37 57 62 22 55
Binary 10000110 1111111 1011101 0 101 11111 101111 110010 10010 101101

Color Harmonies of #867F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867F5D

Black with #867F5D

Text Example


Text Example

White with #867F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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