Html Css Color HEX #86815B Clay Creek

📋 copy color: '#86815B'

red 134 ◦ green 129 ◦ blue 91

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

Shades of Clay Creek #86815B

Tints of Clay Creek #86815B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.44%

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 37.85%
G = 36.44%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#86815B (or 0x86815B) is known color: Clay Creek. HEX triplet: 86, 81 and 5B. RGB value is (134,129,91). Sum of RGB (Red+Green+Blue) = 134+129+91=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #86815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86815B is #797EA4. Grayscale: #7E7E7E. Windows color (decimal): -7962277 or 5996934. OLE color: 5996934.

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

Color convert

RGB 134 129 91 -
CMYK 0 0.04 0.32 0.47
HSL 53.02º 0.19% 0.44% -
HSV(B) 53.02º 0.32% 0.53% -
XYZ 19.57 21.52 13.02 -
YUV 126.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 134 129 91 0 0.04 0.32 0.47 53.02 0.19 0.44
Hex 86 81 5B 0 4 20 2F 35 13 2C
Octal 206 201 133 0 4 40 57 65 23 54
Binary 10000110 10000001 1011011 0 100 100000 101111 110101 10011 101100

Color Harmonies of #86815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86815B

Black with #86815B

Text Example


Text Example

White with #86815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86815B; }

 p { color: rgb(134,129,91); }

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

background-color css

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

 a { background-color: rgb(134,129,91); }

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

border-color css

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

 span { border-color: rgb(134,129,91); }

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