#996700

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

Shades of Golden Brown #996700

Tints of Golden Brown #996700

Color information

#996700 (or 0x996700) is unknown color: approx Golden Brown. HEX triplet: 99, 67 and 00. RGB value is (153,103,0). Sum of RGB (Red+Green+Blue) = 153+103+0=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #996700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996700 is #6698FF. Grayscale: #6A6A6A. Windows color (decimal): -6723840 or 26521. OLE color: 26521.

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

Color convert

RGB1531030-
CMYK00.3310.4
HSL40.39º100%30%-
HSV(B)40.39º100%60%-
XYZ17.9916.472.23-
YUV106.2168.06161.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.77%
G=40.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153103000.3310.440.3910030
Hex99670021642828641e
Octal2311470041144505014436
Binary100110011100111001000011100100101000101000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996700; }

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

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

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

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

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

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

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

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