Html Css Color HEX #863206 Saddle Brown

📋 copy color: '#863206'

red 134 ◦ green 50 ◦ blue 6

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

Shades of Saddle Brown #863206

Tints of Saddle Brown #863206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.32%

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

R = 70.53%
G = 26.32%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#863206 (or 0x863206) is known color: Saddle Brown. HEX triplet: 86, 32 and 06. RGB value is (134,50,6). Sum of RGB (Red+Green+Blue) = 134+50+6=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #863206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863206 is #79CDF9. Grayscale: #464646. Windows color (decimal): -7982586 or 406150. OLE color: 406150.

HSL color Cylindrical-coordinate representation of color #863206: hue angle of 20.62º 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 #863206 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 6 -
CMYK 0 0.63 0.96 0.47
HSL 20.63º 0.91% 0.27% -
HSV(B) 20.63º 0.96% 0.53% -
XYZ 11 7.36 1.01 -
YUV 70.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 134 50 6 0 0.63 0.96 0.47 20.63 0.91 0.27
Hex 86 32 6 0 3F 60 2F 15 5B 1B
Octal 206 62 6 0 77 140 57 25 133 33
Binary 10000110 110010 110 0 111111 1100000 101111 10101 1011011 11011

Color Harmonies of #863206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863206

Black with #863206

Text Example


Text Example

White with #863206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863206; }

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

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

background-color css

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

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

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

border-color css

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

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

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