#96550B

Color #96550B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #96550B

Tints of Golden Brown #96550B

Color information

#96550B (or 0x96550B) is unknown color: approx Golden Brown. HEX triplet: 96, 55 and 0B. RGB value is (150,85,11). Sum of RGB (Red+Green+Blue) = 150+85+11=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #96550B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96550B is #69AAF4. Grayscale: #606060. Windows color (decimal): -6925045 or 742806. OLE color: 742806.

HSL color Cylindrical-coordinate representation of color #96550B: hue angle of 31.94º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96550B is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1508511-
CMYK00.430.930.41
HSL31.94º86.34%31.57%-
HSV(B)31.94º92.67%58.82%-
XYZ15.8913.011.99-
YUV9680.03166.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 11 (4.69% from 255) = 4.47%
R=60.98%
G=34.55%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150851100.430.930.4131.9486.3431.57
Hex9655B02B5D29205620
Octal22612513053135514012640
Binary1001011010101011011010101110111011010011000001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96550B; }

 p { color: rgb(150,85,11); }

 H1.HeaderClassName
 {
   color: #96550B;
 }
 .AnyTagClassName
 {
   color: #96550B;
 }
</style>
background-color css

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

 a { background-color: rgb(150,85,11); }

 div.DivClassName
 {
   background-color: #96550B;
 }
 .BgClassName
 {
   background-color: #96550B;
 }
</style>
border-color css

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

 span { border-color: rgb(150,85,11); }

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