#99760F

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

Shades of Golden Brown #99760F

Tints of Golden Brown #99760F

Color information

#99760F (or 0x99760F) is unknown color: approx Golden Brown. HEX triplet: 99, 76 and 0F. RGB value is (153,118,15). Sum of RGB (Red+Green+Blue) = 153+118+15=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99760F is #6689F0. Grayscale: #757575. Windows color (decimal): -6719985 or 1013401. OLE color: 1013401.

HSL color Cylindrical-coordinate representation of color #99760F: hue angle of 44.78º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99760F is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB15311815-
CMYK00.230.900.4
HSL44.78º82.14%32.94%-
HSV(B)44.78º90.2%60%-
XYZ19.719.763.23-
YUV116.7270.6153.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 15 (6.25% from 255) = 5.24%
R=53.50%
G=41.26%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531181500.230.900.444.7882.1432.94
Hex9976F0175A282d5221
Octal23116617027132505512241
Binary100110011110110111101011110110101010001011011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99760F; }

 p { color: rgb(153,118,15); }

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

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

 a { background-color: rgb(153,118,15); }

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

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

 span { border-color: rgb(153,118,15); }

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