Html Css Color HEX #867859 Clay Creek

📋 copy color: '#867859'

red 134 ◦ green 120 ◦ blue 89

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

Shades of Clay Creek #867859

Tints of Clay Creek #867859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.95%

R = 39.07%
G = 34.99%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#867859 (or 0x867859) is known color: Clay Creek. HEX triplet: 86, 78 and 59. RGB value is (134,120,89). Sum of RGB (Red+Green+Blue) = 134+120+89=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #867859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867859 is #7987A6. Grayscale: #787878. Windows color (decimal): -7964583 or 5863558. OLE color: 5863558.

HSL color Cylindrical-coordinate representation of color #867859: hue angle of 41.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #867859 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 120 89 -
CMYK 0 0.10 0.34 0.47
HSL 41.33º 0.2% 0.44% -
HSV(B) 41.33º 0.34% 0.53% -
XYZ 18.35 19.22 12.19 -
YUV 120.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 134 120 89 0 0.10 0.34 0.47 41.33 0.2 0.44
Hex 86 78 59 0 A 22 2F 29 14 2C
Octal 206 170 131 0 12 42 57 51 24 54
Binary 10000110 1111000 1011001 0 1010 100010 101111 101001 10100 101100

Color Harmonies of #867859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867859

Black with #867859

Text Example


Text Example

White with #867859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867859; }

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

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

background-color css

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

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

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

border-color css

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

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

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