#996800

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

Shades of Golden Brown #996800

Tints of Golden Brown #996800

Color information

#996800 (or 0x996800) is unknown color: approx Golden Brown. HEX triplet: 99, 68 and 00. RGB value is (153,104,0). Sum of RGB (Red+Green+Blue) = 153+104+0=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #996800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996800 is #6697FF. Grayscale: #6B6B6B. Windows color (decimal): -6723584 or 26777. OLE color: 26777.

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

Color convert

RGB1531040-
CMYK00.3210.4
HSL40.78º100%30%-
HSV(B)40.78º100%60%-
XYZ18.0916.672.26-
YUV106.7967.73160.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.53%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.53%
G=40.47%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153104000.3210.440.7810030
Hex99680020642829641e
Octal2311500040144505114436
Binary100110011101000001000001100100101000101001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996800; }

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

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

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

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

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

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

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

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