#96631F

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

Shades of Golden Brown #96631F

Tints of Golden Brown #96631F

Color information

#96631F (or 0x96631F) is unknown color: approx Golden Brown. HEX triplet: 96, 63 and 1F. RGB value is (150,99,31). Sum of RGB (Red+Green+Blue) = 150+99+31=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96631F is #699CE0. Grayscale: #6A6A6A. Windows color (decimal): -6921441 or 2057110. OLE color: 2057110.

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

Color convert

RGB1509931-
CMYK00.340.790.41
HSL34.29º65.75%35.49%-
HSV(B)34.29º79.33%58.82%-
XYZ17.2915.513.38-
YUV106.585.4159.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=53.57%
G=35.36%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150993100.340.790.4134.2965.7535.49
Hex96631F0224F29224223
Octal22614337042117514210243
Binary10010110110001111111010001010011111010011000101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96631F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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