Html Css Color HEX #867850 Clay Creek

📋 copy color: '#867850'

red 134 ◦ green 120 ◦ blue 80

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

Shades of Clay Creek #867850

Tints of Clay Creek #867850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.93%

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 40.12%
G = 35.93%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#867850 (or 0x867850) is known color: Clay Creek. HEX triplet: 86, 78 and 50. RGB value is (134,120,80). Sum of RGB (Red+Green+Blue) = 134+120+80=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #867850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867850 is #7987AF. Grayscale: #777777. Windows color (decimal): -7964592 or 5273734. OLE color: 5273734.

HSL color Cylindrical-coordinate representation of color #867850: hue angle of 44.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867850 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 120 80 -
CMYK 0 0.10 0.40 0.47
HSL 44.44º 0.25% 0.42% -
HSV(B) 44.44º 0.4% 0.53% -
XYZ 18 19.08 10.32 -
YUV 119.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 134 120 80 0 0.10 0.40 0.47 44.44 0.25 0.42
Hex 86 78 50 0 A 28 2F 2C 19 2A
Octal 206 170 120 0 12 50 57 54 31 52
Binary 10000110 1111000 1010000 0 1010 101000 101111 101100 11001 101010

Color Harmonies of #867850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867850

Black with #867850

Text Example


Text Example

White with #867850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867850; }

 p { color: rgb(134,120,80); }

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

background-color css

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

 a { background-color: rgb(134,120,80); }

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

border-color css

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

 span { border-color: rgb(134,120,80); }

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