#996300

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

Shades of Golden Brown #996300

Tints of Golden Brown #996300

Color information

#996300 (or 0x996300) is unknown color: approx Golden Brown. HEX triplet: 99, 63 and 00. RGB value is (153,99,0). Sum of RGB (Red+Green+Blue) = 153+99+0=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #996300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996300 is #669CFF. Grayscale: #686868. Windows color (decimal): -6724864 or 25497. OLE color: 25497.

HSL color Cylindrical-coordinate representation of color #996300: hue angle of 38.82º 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 #996300 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB153990-
CMYK00.3510.4
HSL38.82º100%30%-
HSV(B)38.82º100%60%-
XYZ17.615.72.1-
YUV103.8669.39163.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.71%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.71%
G=39.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15399000.3510.438.8210030
Hex99630023642827641e
Octal2311430043144504714436
Binary100110011100011001000111100100101000100111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996300; }

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

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

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

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

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

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

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

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