#96631D

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

Shades of Golden Brown #96631D

Tints of Golden Brown #96631D

Color information

#96631D (or 0x96631D) is unknown color: approx Golden Brown. HEX triplet: 96, 63 and 1D. RGB value is (150,99,29). Sum of RGB (Red+Green+Blue) = 150+99+29=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96631D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96631D is #699CE2. Grayscale: #6A6A6A. Windows color (decimal): -6921443 or 1926038. OLE color: 1926038.

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

Color convert

RGB1509929-
CMYK00.340.810.41
HSL34.71º67.6%35.1%-
HSV(B)34.71º80.67%58.82%-
XYZ17.2615.53.24-
YUV106.2784.4159.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 29 (11.72% from 255) = 10.43%
R=53.96%
G=35.61%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150992900.340.810.4134.7167.635.1
Hex96631D0225129234423
Octal22614335042121514310443
Binary10010110110001111101010001010100011010011000111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96631D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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