Html Css Color HEX #863606 Saddle Brown

📋 copy color: '#863606'

red 134 ◦ green 54 ◦ blue 6

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

Shades of Saddle Brown #863606

Tints of Saddle Brown #863606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.84%

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

R = 69.07%
G = 27.84%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#863606 (or 0x863606) is known color: Saddle Brown. HEX triplet: 86, 36 and 06. RGB value is (134,54,6). Sum of RGB (Red+Green+Blue) = 134+54+6=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #863606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863606 is #79C9F9. Grayscale: #484848. Windows color (decimal): -7981562 or 407174. OLE color: 407174.

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

Color convert

RGB 134 54 6 -
CMYK 0 0.60 0.96 0.47
HSL 22.5º 0.91% 0.27% -
HSV(B) 22.5º 0.96% 0.53% -
XYZ 11.18 7.72 1.07 -
YUV 72.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 134 54 6 0 0.60 0.96 0.47 22.5 0.91 0.27
Hex 86 36 6 0 3C 60 2F 16 5B 1B
Octal 206 66 6 0 74 140 57 26 133 33
Binary 10000110 110110 110 0 111100 1100000 101111 10110 1011011 11011

Color Harmonies of #863606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863606

Black with #863606

Text Example


Text Example

White with #863606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863606; }

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

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

background-color css

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

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

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

border-color css

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

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

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