#996707

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

Shades of Golden Brown #996707

Tints of Golden Brown #996707

Color information

#996707 (or 0x996707) is unknown color: approx Golden Brown. HEX triplet: 99, 67 and 07. RGB value is (153,103,7). Sum of RGB (Red+Green+Blue) = 153+103+7=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #996707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996707 is #6698F8. Grayscale: #6B6B6B. Windows color (decimal): -6723833 or 485273. OLE color: 485273.

HSL color Cylindrical-coordinate representation of color #996707: hue angle of 39.45º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #996707 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB1531037-
CMYK00.330.950.4
HSL39.45º91.25%31.37%-
HSV(B)39.45º95.42%60%-
XYZ18.0316.492.43-
YUV107.0171.56160.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.17%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 7 (3.12% from 255) = 2.66%
R=58.17%
G=39.16%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153103700.330.950.439.4591.2531.37
Hex996770215F28275b1f
Octal2311477041137504713337
Binary10011001110011111101000011011111101000100111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996707; }

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

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

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

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

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

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

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

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