Html Css Color HEX #868049 Clay Creek

📋 copy color: '#868049'

red 134 ◦ green 128 ◦ blue 73

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

Shades of Clay Creek #868049

Tints of Clay Creek #868049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.21%

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

R = 40%
G = 38.21%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#868049 (or 0x868049) is known color: Clay Creek. HEX triplet: 86, 80 and 49. RGB value is (134,128,73). Sum of RGB (Red+Green+Blue) = 134+128+73=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #868049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868049 is #797FB6. Grayscale: #7B7B7B. Windows color (decimal): -7962551 or 4817030. OLE color: 4817030.

HSL color Cylindrical-coordinate representation of color #868049: hue angle of 54.1º 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 #868049 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 128 73 -
CMYK 0 0.04 0.46 0.47
HSL 54.1º 0.29% 0.41% -
HSV(B) 54.1º 0.46% 0.53% -
XYZ 18.75 20.99 9.37 -
YUV 123.52 99.49 135.47 -
System Red Green Blue C M Y K H S L
Decimal 134 128 73 0 0.04 0.46 0.47 54.1 0.29 0.41
Hex 86 80 49 0 4 2E 2F 36 1D 29
Octal 206 200 111 0 4 56 57 66 35 51
Binary 10000110 10000000 1001001 0 100 101110 101111 110110 11101 101001

Color Harmonies of #868049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868049

Black with #868049

Text Example


Text Example

White with #868049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868049; }

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

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

background-color css

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

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

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

border-color css

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

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

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