Html Css Color HEX #867F4A Clay Creek

📋 copy color: '#867F4A'

red 134 ◦ green 127 ◦ blue 74

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

Shades of Clay Creek #867F4A

Tints of Clay Creek #867F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.09%

R = 40%
G = 37.91%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#867F4A (or 0x867F4A) is known color: Clay Creek. HEX triplet: 86, 7F and 4A. RGB value is (134,127,74). Sum of RGB (Red+Green+Blue) = 134+127+74=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #867F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867F4A is #7980B5. Grayscale: #7B7B7B. Windows color (decimal): -7962806 or 4882310. OLE color: 4882310.

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

Color convert

RGB 134 127 74 -
CMYK 0 0.05 0.45 0.47
HSL 53º 0.29% 0.41% -
HSV(B) 53º 0.45% 0.53% -
XYZ 18.66 20.74 9.5 -
YUV 123.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 134 127 74 0 0.05 0.45 0.47 53 0.29 0.41
Hex 86 7F 4A 0 5 2D 2F 35 1D 29
Octal 206 177 112 0 5 55 57 65 35 51
Binary 10000110 1111111 1001010 0 101 101101 101111 110101 11101 101001

Color Harmonies of #867F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867F4A

Black with #867F4A

Text Example


Text Example

White with #867F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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