#96631E

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

Shades of Golden Brown #96631E

Tints of Golden Brown #96631E

Color information

#96631E (or 0x96631E) is unknown color: approx Golden Brown. HEX triplet: 96, 63 and 1E. RGB value is (150,99,30). Sum of RGB (Red+Green+Blue) = 150+99+30=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96631E is #699CE1. Grayscale: #6A6A6A. Windows color (decimal): -6921442 or 1991574. OLE color: 1991574.

HSL color Cylindrical-coordinate representation of color #96631E: hue angle of 34.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96631E is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1509930-
CMYK00.340.800.41
HSL34.5º66.67%35.29%-
HSV(B)34.5º80%58.82%-
XYZ17.2715.53.31-
YUV106.3884.9159.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 30 (12.11% from 255) = 10.75%
R=53.76%
G=35.48%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150993000.340.800.4134.566.6735.29
Hex96631E0225029224323
Octal22614336042120514210343
Binary10010110110001111110010001010100001010011000101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,99,30); }

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

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

 a { background-color: rgb(150,99,30); }

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

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

 span { border-color: rgb(150,99,30); }

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