Html Css Color HEX #868048 Clay Creek

📋 copy color: '#868048'

red 134 ◦ green 128 ◦ blue 72

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

Shades of Clay Creek #868048

Tints of Clay Creek #868048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.56%

R = 40.12%
G = 38.32%
B = 21.56%

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

#868048 (or 0x868048) is known color: Clay Creek. HEX triplet: 86, 80 and 48. RGB value is (134,128,72). Sum of RGB (Red+Green+Blue) = 134+128+72=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #868048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868048 is #797FB7. Grayscale: #7B7B7B. Windows color (decimal): -7962552 or 4751494. OLE color: 4751494.

HSL color Cylindrical-coordinate representation of color #868048: hue angle of 54.19º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #868048 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 128 72 -
CMYK 0 0.04 0.46 0.47
HSL 54.19º 0.3% 0.4% -
HSV(B) 54.19º 0.46% 0.53% -
XYZ 18.72 20.97 9.19 -
YUV 123.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 134 128 72 0 0.04 0.46 0.47 54.19 0.3 0.4
Hex 86 80 48 0 4 2E 2F 36 1E 28
Octal 206 200 110 0 4 56 57 66 36 50
Binary 10000110 10000000 1001000 0 100 101110 101111 110110 11110 101000

Color Harmonies of #868048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868048

Black with #868048

Text Example


Text Example

White with #868048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868048; }

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

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

background-color css

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

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

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

border-color css

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

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

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