Html Css Color HEX #863C06 Saddle Brown

📋 copy color: '#863C06'

red 134 ◦ green 60 ◦ blue 6

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

Shades of Saddle Brown #863C06

Tints of Saddle Brown #863C06

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30%

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

R = 67%
G = 30%
B = 3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#863C06 (or 0x863C06) is known color: Saddle Brown. HEX triplet: 86, 3C and 06. RGB value is (134,60,6). Sum of RGB (Red+Green+Blue) = 134+60+6=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #863C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C06 is #79C3F9. Grayscale: #4C4C4C. Windows color (decimal): -7980026 or 408710. OLE color: 408710.

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

Color convert

RGB 134 60 6 -
CMYK 0 0.55 0.96 0.47
HSL 25.31º 0.91% 0.27% -
HSV(B) 25.31º 0.96% 0.53% -
XYZ 11.48 8.31 1.17 -
YUV 75.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 134 60 6 0 0.55 0.96 0.47 25.31 0.91 0.27
Hex 86 3C 6 0 37 60 2F 19 5B 1B
Octal 206 74 6 0 67 140 57 31 133 33
Binary 10000110 111100 110 0 110111 1100000 101111 11001 1011011 11011

Color Harmonies of #863C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863C06

Black with #863C06

Text Example


Text Example

White with #863C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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