#996F00

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

Shades of Golden Brown #996F00

Tints of Golden Brown #996F00

Color information

#996F00 (or 0x996F00) is unknown color: approx Golden Brown. HEX triplet: 99, 6F and 00. RGB value is (153,111,0). Sum of RGB (Red+Green+Blue) = 153+111+0=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #996F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F00 is #6690FF. Grayscale: #6F6F6F. Windows color (decimal): -6721792 or 28569. OLE color: 28569.

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

Color convert

RGB1531110-
CMYK00.2710.4
HSL43.53º100%30%-
HSV(B)43.53º100%60%-
XYZ18.8218.142.51-
YUV110.965.41158.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.95%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.95%
G=42.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153111000.2710.443.5310030
Hex996F001B64282c641e
Octal2311570033144505414436
Binary10011001110111100110111100100101000101100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996F00; }

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

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

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

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

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

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

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

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