#99650E

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

Shades of Golden Brown #99650E

Tints of Golden Brown #99650E

Color information

#99650E (or 0x99650E) is unknown color: approx Golden Brown. HEX triplet: 99, 65 and 0E. RGB value is (153,101,14). Sum of RGB (Red+Green+Blue) = 153+101+14=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #99650E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99650E is #669AF1. Grayscale: #6B6B6B. Windows color (decimal): -6724338 or 943513. OLE color: 943513.

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

Color convert

RGB15310114-
CMYK00.340.910.4
HSL37.55º83.23%32.75%-
HSV(B)37.55º90.85%60%-
XYZ17.8716.112.58-
YUV106.6375.73161.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.09%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 14 (5.86% from 255) = 5.22%
R=57.09%
G=37.69%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531011400.340.910.437.5583.2332.75
Hex9965E0225B28265321
Octal23114516042133504612341
Binary1001100111001011110010001010110111010001001101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99650E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99650E; }

 p { color: rgb(153,101,14); }

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

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

 a { background-color: rgb(153,101,14); }

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

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

 span { border-color: rgb(153,101,14); }

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