#96650A

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

Shades of Golden Brown #96650A

Tints of Golden Brown #96650A

Color information

#96650A (or 0x96650A) is unknown color: approx Golden Brown. HEX triplet: 96, 65 and 0A. RGB value is (150,101,10). Sum of RGB (Red+Green+Blue) = 150+101+10=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96650A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96650A is #699AF5. Grayscale: #696969. Windows color (decimal): -6920950 or 681366. OLE color: 681366.

HSL color Cylindrical-coordinate representation of color #96650A: hue angle of 39º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96650A is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15010110-
CMYK00.330.930.41
HSL39º87.5%31.37%-
HSV(B)39º93.33%58.82%-
XYZ17.2915.812.43-
YUV105.2874.23159.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 101 (39.84% from 255) = 38.70%
BLUE value IS 10 (4.30% from 255) = 3.83%
R=57.47%
G=38.70%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501011000.330.930.413987.531.37
Hex9665A0215D2927581f
Octal22614512041135514713037
Binary100101101100101101001000011011101101001100111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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