#96640A

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

Shades of Golden Brown #96640A

Tints of Golden Brown #96640A

Color information

#96640A (or 0x96640A) is unknown color: approx Golden Brown. HEX triplet: 96, 64 and 0A. RGB value is (150,100,10). Sum of RGB (Red+Green+Blue) = 150+100+10=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96640A is #699BF5. Grayscale: #696969. Windows color (decimal): -6921206 or 681110. OLE color: 681110.

HSL color Cylindrical-coordinate representation of color #96640A: hue angle of 38.57º 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 #96640A is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15010010-
CMYK00.330.930.41
HSL38.57º87.5%31.37%-
HSV(B)38.57º93.33%58.82%-
XYZ17.1915.622.4-
YUV104.6974.56160.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 10 (4.30% from 255) = 3.85%
R=57.69%
G=38.46%
B=3.85%

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
Decimal1501001000.330.930.4138.5787.531.37
Hex9664A0215D2927581f
Octal22614412041135514713037
Binary100101101100100101001000011011101101001100111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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