#996403

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

Shades of Golden Brown #996403

Tints of Golden Brown #996403

Color information

#996403 (or 0x996403) is unknown color: approx Golden Brown. HEX triplet: 99, 64 and 03. RGB value is (153,100,3). Sum of RGB (Red+Green+Blue) = 153+100+3=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #996403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996403 is #669BFC. Grayscale: #696969. Windows color (decimal): -6724605 or 222361. OLE color: 222361.

HSL color Cylindrical-coordinate representation of color #996403: hue angle of 38.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #996403 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB1531003-
CMYK00.350.980.4
HSL38.8º96.15%30.59%-
HSV(B)38.8º98.04%60%-
XYZ17.7115.892.22-
YUV104.7970.56162.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 3 (1.56% from 255) = 1.17%
R=59.77%
G=39.06%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153100300.350.980.438.896.1530.59
Hex99643023622827601f
Octal2311443043142504714037
Binary1001100111001001101000111100010101000100111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996403; }

 p { color: rgb(153,100,3); }

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

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

 a { background-color: rgb(153,100,3); }

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

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

 span { border-color: rgb(153,100,3); }

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