#96621C

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

Shades of Golden Brown #96621C

Tints of Golden Brown #96621C

Color information

#96621C (or 0x96621C) is unknown color: approx Golden Brown. HEX triplet: 96, 62 and 1C. RGB value is (150,98,28). Sum of RGB (Red+Green+Blue) = 150+98+28=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96621C is #699DE3. Grayscale: #696969. Windows color (decimal): -6921700 or 1860246. OLE color: 1860246.

HSL color Cylindrical-coordinate representation of color #96621C: hue angle of 34.43º degrees, saturation: 0.69, 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 #96621C is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1509828-
CMYK00.350.810.41
HSL34.43º68.54%34.9%-
HSV(B)34.43º81.33%58.82%-
XYZ17.1515.33.15-
YUV105.5784.23159.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.35%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 28 (11.33% from 255) = 10.14%
R=54.35%
G=35.51%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150982800.350.810.4134.4368.5434.9
Hex96621C0235129224523
Octal22614234043121514210543
Binary10010110110001011100010001110100011010011000101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96621C; }

 p { color: rgb(150,98,28); }

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

<style>
 a { background-color: #96621C; }

 a { background-color: rgb(150,98,28); }

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

<style>
 span { border-color: #96621C; }

 span { border-color: rgb(150,98,28); }

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