#99690f

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

Shades of Golden Brown #99690F

Tints of Golden Brown #99690F

Color information

#99690F (or 0x99690F) is unknown color: approx Golden Brown. HEX triplet: 99, 69 and 0F. RGB value is (153,105,15). Sum of RGB (Red+Green+Blue) = 153+105+15=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #99690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99690F is #6696F0. Grayscale: #6D6D6D. Windows color (decimal): -6723313 or 1010073. OLE color: 1010073.

HSL color Cylindrical-coordinate representation of color #99690F: hue angle of 39.13º 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 #99690F is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB15310515-
CMYK00.310.900.4
HSL39.13º82.14%32.94%-
HSV(B)39.13º90.2%60%-
XYZ18.2716.912.75-
YUV109.0974.9159.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 15 (6.25% from 255) = 5.49%
R=56.04%
G=38.46%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531051500.310.900.439.1382.1432.94
Hex9969F01F5A28275221
Octal23115117037132504712241
Binary100110011101001111101111110110101010001001111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99690f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99690f; }

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

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

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

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

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

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

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

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