Html Css Color HEX #86795B Clay Creek

📋 copy color: '#86795B'

red 134 ◦ green 121 ◦ blue 91

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

Shades of Clay Creek #86795B

Tints of Clay Creek #86795B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

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

R = 38.73%
G = 34.97%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#86795B (or 0x86795B) is known color: Clay Creek. HEX triplet: 86, 79 and 5B. RGB value is (134,121,91). Sum of RGB (Red+Green+Blue) = 134+121+91=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #86795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86795B is #7986A4. Grayscale: #797979. Windows color (decimal): -7964325 or 5994886. OLE color: 5994886.

HSL color Cylindrical-coordinate representation of color #86795B: hue angle of 41.86º 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 #86795B is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 121 91 -
CMYK 0 0.10 0.32 0.47
HSL 41.86º 0.19% 0.44% -
HSV(B) 41.86º 0.32% 0.53% -
XYZ 18.56 19.5 12.68 -
YUV 121.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 134 121 91 0 0.10 0.32 0.47 41.86 0.19 0.44
Hex 86 79 5B 0 A 20 2F 2A 13 2C
Octal 206 171 133 0 12 40 57 52 23 54
Binary 10000110 1111001 1011011 0 1010 100000 101111 101010 10011 101100

Color Harmonies of #86795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86795B

Black with #86795B

Text Example


Text Example

White with #86795B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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