Html Css Color HEX #863306 Saddle Brown

📋 copy color: '#863306'

red 134 ◦ green 51 ◦ blue 6

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

Shades of Saddle Brown #863306

Tints of Saddle Brown #863306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.7%

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

R = 70.16%
G = 26.7%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#863306 (or 0x863306) is known color: Saddle Brown. HEX triplet: 86, 33 and 06. RGB value is (134,51,6). Sum of RGB (Red+Green+Blue) = 134+51+6=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #863306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863306 is #79CCF9. Grayscale: #464646. Windows color (decimal): -7982330 or 406406. OLE color: 406406.

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

Color convert

RGB 134 51 6 -
CMYK 0 0.62 0.96 0.47
HSL 21.09º 0.91% 0.27% -
HSV(B) 21.09º 0.96% 0.53% -
XYZ 11.05 7.45 1.03 -
YUV 70.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 134 51 6 0 0.62 0.96 0.47 21.09 0.91 0.27
Hex 86 33 6 0 3E 60 2F 15 5B 1B
Octal 206 63 6 0 76 140 57 25 133 33
Binary 10000110 110011 110 0 111110 1100000 101111 10101 1011011 11011

Color Harmonies of #863306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863306

Black with #863306

Text Example


Text Example

White with #863306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863306; }

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

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

background-color css

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

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

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

border-color css

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

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

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