Html Css Color HEX #867D49 Clay Creek

📋 copy color: '#867D49'

red 134 ◦ green 125 ◦ blue 73

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

Shades of Clay Creek #867D49

Tints of Clay Creek #867D49

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.65%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 40.36%
G = 37.65%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#867D49 (or 0x867D49) is known color: Clay Creek. HEX triplet: 86, 7D and 49. RGB value is (134,125,73). Sum of RGB (Red+Green+Blue) = 134+125+73=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #867D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D49 is #7982B6. Grayscale: #797979. Windows color (decimal): -7963319 or 4816262. OLE color: 4816262.

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

Color convert

RGB 134 125 73 -
CMYK 0 0.07 0.46 0.47
HSL 51.15º 0.29% 0.41% -
HSV(B) 51.15º 0.46% 0.53% -
XYZ 18.37 20.22 9.24 -
YUV 121.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 134 125 73 0 0.07 0.46 0.47 51.15 0.29 0.41
Hex 86 7D 49 0 7 2E 2F 33 1D 29
Octal 206 175 111 0 7 56 57 63 35 51
Binary 10000110 1111101 1001001 0 111 101110 101111 110011 11101 101001

Color Harmonies of #867D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D49

Black with #867D49

Text Example


Text Example

White with #867D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,125,73); }

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

background-color css

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

 a { background-color: rgb(134,125,73); }

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

border-color css

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

 span { border-color: rgb(134,125,73); }

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