Html Css Color HEX #865106 Saddle Brown

📋 copy color: '#865106'

red 134 ◦ green 81 ◦ blue 6

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

Shades of Saddle Brown #865106

Tints of Saddle Brown #865106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.65%

 BLUE value IS 6 (2.73% from 255) = 2.71%

R = 60.63%
G = 36.65%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#865106 (or 0x865106) is known color: Saddle Brown. HEX triplet: 86, 51 and 06. RGB value is (134,81,6). Sum of RGB (Red+Green+Blue) = 134+81+6=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #865106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865106 is #79AEF9. Grayscale: #585858. Windows color (decimal): -7974650 or 414086. OLE color: 414086.

HSL color Cylindrical-coordinate representation of color #865106: hue angle of 35.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #865106 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 81 6 -
CMYK 0 0.40 0.96 0.47
HSL 35.16º 0.91% 0.27% -
HSV(B) 35.16º 0.96% 0.53% -
XYZ 12.81 10.97 1.61 -
YUV 88.3 81.56 160.6 -
System Red Green Blue C M Y K H S L
Decimal 134 81 6 0 0.40 0.96 0.47 35.16 0.91 0.27
Hex 86 51 6 0 28 60 2F 23 5B 1B
Octal 206 121 6 0 50 140 57 43 133 33
Binary 10000110 1010001 110 0 101000 1100000 101111 100011 1011011 11011

Color Harmonies of #865106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865106

Black with #865106

Text Example


Text Example

White with #865106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865106; }

 p { color: rgb(134,81,6); }

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

background-color css

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

 a { background-color: rgb(134,81,6); }

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

border-color css

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

 span { border-color: rgb(134,81,6); }

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