Html Css Color HEX #868356 Clay Creek

📋 copy color: '#868356'

red 134 ◦ green 131 ◦ blue 86

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

Shades of Clay Creek #868356

Tints of Clay Creek #868356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.32%

 BLUE value IS 86 (33.98% from 255) = 24.5%

R = 38.18%
G = 37.32%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#868356 (or 0x868356) is known color: Clay Creek. HEX triplet: 86, 83 and 56. RGB value is (134,131,86). Sum of RGB (Red+Green+Blue) = 134+131+86=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #868356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868356 is #797CA9. Grayscale: #7E7E7E. Windows color (decimal): -7961770 or 5669766. OLE color: 5669766.

HSL color Cylindrical-coordinate representation of color #868356: hue angle of 56.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #868356 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 131 86 -
CMYK 0 0.02 0.36 0.47
HSL 56.25º 0.22% 0.43% -
HSV(B) 56.25º 0.36% 0.53% -
XYZ 19.63 21.97 12.01 -
YUV 126.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 134 131 86 0 0.02 0.36 0.47 56.25 0.22 0.43
Hex 86 83 56 0 2 24 2F 38 16 2B
Octal 206 203 126 0 2 44 57 70 26 53
Binary 10000110 10000011 1010110 0 10 100100 101111 111000 10110 101011

Color Harmonies of #868356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868356

Black with #868356

Text Example


Text Example

White with #868356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868356; }

 p { color: rgb(134,131,86); }

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

background-color css

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

 a { background-color: rgb(134,131,86); }

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

border-color css

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

 span { border-color: rgb(134,131,86); }

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