#99650A

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

Shades of Golden Brown #99650A

Tints of Golden Brown #99650A

Color information

#99650A (or 0x99650A) is unknown color: approx Golden Brown. HEX triplet: 99, 65 and 0A. RGB value is (153,101,10). Sum of RGB (Red+Green+Blue) = 153+101+10=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99650A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99650A is #669AF5. Grayscale: #6A6A6A. Windows color (decimal): -6724342 or 681369. OLE color: 681369.

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

Color convert

RGB15310110-
CMYK00.340.930.4
HSL38.18º87.73%31.96%-
HSV(B)38.18º93.46%60%-
XYZ17.8516.12.45-
YUV106.1773.73161.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.95%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 10 (4.30% from 255) = 3.79%
R=57.95%
G=38.26%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531011000.340.930.438.1887.7331.96
Hex9965A0225D28265820
Octal23114512042135504613040
Binary1001100111001011010010001010111011010001001101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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