#96671F

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

Shades of Golden Brown #96671F

Tints of Golden Brown #96671F

Color information

#96671F (or 0x96671F) is unknown color: approx Golden Brown. HEX triplet: 96, 67 and 1F. RGB value is (150,103,31). Sum of RGB (Red+Green+Blue) = 150+103+31=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #96671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96671F is #6998E0. Grayscale: #6D6D6D. Windows color (decimal): -6920417 or 2058134. OLE color: 2058134.

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

Color convert

RGB15010331-
CMYK00.310.790.41
HSL36.3º65.75%35.49%-
HSV(B)36.3º79.33%58.82%-
XYZ17.6816.283.51-
YUV108.8584.07157.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 31 (12.5% from 255) = 10.92%
R=52.82%
G=36.27%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501033100.310.790.4136.365.7535.49
Hex96671F01F4F29244223
Octal22614737037117514410243
Binary1001011011001111111101111110011111010011001001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96671F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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