#996500

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

Shades of Golden Brown #996500

Tints of Golden Brown #996500

Color information

#996500 (or 0x996500) is unknown color: approx Golden Brown. HEX triplet: 99, 65 and 00. RGB value is (153,101,0). Sum of RGB (Red+Green+Blue) = 153+101+0=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #996500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996500 is #669AFF. Grayscale: #696969. Windows color (decimal): -6724352 or 26009. OLE color: 26009.

HSL color Cylindrical-coordinate representation of color #996500: hue angle of 39.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #996500 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB1531010-
CMYK00.3410.4
HSL39.61º100%30%-
HSV(B)39.61º100%60%-
XYZ17.7916.082.17-
YUV105.0368.73162.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.24%
GREEN value IS 101 (39.84% from 255) = 39.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.24%
G=39.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153101000.3410.439.6110030
Hex99650022642828641e
Octal2311450042144505014436
Binary100110011100101001000101100100101000101000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996500; }

 p { color: rgb(153,101,0); }

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

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

 a { background-color: rgb(153,101,0); }

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

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

 span { border-color: rgb(153,101,0); }

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