Html Css Color HEX #9B3606 Saddle Brown

📋 copy color: '#9B3606'

red 155 ◦ green 54 ◦ blue 6

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

Shades of Saddle Brown #9B3606

Tints of Saddle Brown #9B3606

RGB

 RED value IS 155 (60.94% from 255) = 72.09%

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

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

R = 72.09%
G = 25.12%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9B3606 (or 0x9B3606) is known color: Saddle Brown. HEX triplet: 9B, 36 and 06. RGB value is (155,54,6). Sum of RGB (Red+Green+Blue) = 155+54+6=215 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.09% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3606 is #64C9F9. Grayscale: #4F4F4F. Windows color (decimal): -6605306 or 407195. OLE color: 407195.

HSL color Cylindrical-coordinate representation of color #9B3606: hue angle of 19.33º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B3606 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 54 6 -
CMYK 0 0.65 0.96 0.39
HSL 19.33º 0.93% 0.32% -
HSV(B) 19.33º 0.96% 0.61% -
XYZ 14.87 9.62 1.25 -
YUV 78.73 86.96 182.4 -
System Red Green Blue C M Y K H S L
Decimal 155 54 6 0 0.65 0.96 0.39 19.33 0.93 0.32
Hex 9B 36 6 0 41 60 27 13 5D 20
Octal 233 66 6 0 101 140 47 23 135 40
Binary 10011011 110110 110 0 1000001 1100000 100111 10011 1011101 100000

Color Harmonies of #9B3606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3606

Black with #9B3606

Text Example


Text Example

White with #9B3606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B3606; }

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

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

background-color css

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

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

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

border-color css

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

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

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