#96671C

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

Shades of Golden Brown #96671C

Tints of Golden Brown #96671C

Color information

#96671C (or 0x96671C) is unknown color: approx Golden Brown. HEX triplet: 96, 67 and 1C. RGB value is (150,103,28). Sum of RGB (Red+Green+Blue) = 150+103+28=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96671C is #6998E3. Grayscale: #6C6C6C. Windows color (decimal): -6920420 or 1861526. OLE color: 1861526.

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

Color convert

RGB15010328-
CMYK00.310.810.41
HSL36.89º68.54%34.9%-
HSV(B)36.89º81.33%58.82%-
XYZ17.6416.273.31-
YUV108.582.57157.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 28 (11.33% from 255) = 9.96%
R=53.38%
G=36.65%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501032800.310.810.4136.8968.5434.9
Hex96671C01F5129254523
Octal22614734037121514510543
Binary1001011011001111110001111110100011010011001011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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