Html Css Color HEX #86805C Clay Creek

📋 copy color: '#86805C'

red 134 ◦ green 128 ◦ blue 92

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

Shades of Clay Creek #86805C

Tints of Clay Creek #86805C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 37.85%
G = 36.16%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86805C (or 0x86805C) is known color: Clay Creek. HEX triplet: 86, 80 and 5C. RGB value is (134,128,92). Sum of RGB (Red+Green+Blue) = 134+128+92=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #86805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86805C is #797FA3. Grayscale: #7D7D7D. Windows color (decimal): -7962532 or 6062214. OLE color: 6062214.

HSL color Cylindrical-coordinate representation of color #86805C: hue angle of 51.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86805C is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 128 92 -
CMYK 0 0.04 0.31 0.47
HSL 51.43º 0.19% 0.44% -
HSV(B) 51.43º 0.31% 0.53% -
XYZ 19.48 21.28 13.21 -
YUV 125.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 134 128 92 0 0.04 0.31 0.47 51.43 0.19 0.44
Hex 86 80 5C 0 4 1F 2F 33 13 2C
Octal 206 200 134 0 4 37 57 63 23 54
Binary 10000110 10000000 1011100 0 100 11111 101111 110011 10011 101100

Color Harmonies of #86805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86805C

Black with #86805C

Text Example


Text Example

White with #86805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86805C; }

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

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

background-color css

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

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

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

border-color css

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

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

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