Html Css Color HEX #86805D Clay Creek

📋 copy color: '#86805D'

red 134 ◦ green 128 ◦ blue 93

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

Shades of Clay Creek #86805D

Tints of Clay Creek #86805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 37.75%
G = 36.06%
B = 26.2%

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

#86805D (or 0x86805D) is known color: Clay Creek. HEX triplet: 86, 80 and 5D. RGB value is (134,128,93). Sum of RGB (Red+Green+Blue) = 134+128+93=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #86805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86805D is #797FA2. Grayscale: #7D7D7D. Windows color (decimal): -7962531 or 6127750. OLE color: 6127750.

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

Color convert

RGB 134 128 93 -
CMYK 0 0.04 0.31 0.47
HSL 51.22º 0.18% 0.45% -
HSV(B) 51.22º 0.31% 0.53% -
XYZ 19.53 21.3 13.44 -
YUV 125.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 134 128 93 0 0.04 0.31 0.47 51.22 0.18 0.45
Hex 86 80 5D 0 4 1F 2F 33 12 2D
Octal 206 200 135 0 4 37 57 63 22 55
Binary 10000110 10000000 1011101 0 100 11111 101111 110011 10010 101101

Color Harmonies of #86805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86805D

Black with #86805D

Text Example


Text Example

White with #86805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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