#96522B

Color #96522B Hawaiian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawaiian Tan #96522B

Tints of Hawaiian Tan #96522B

Color information

#96522B (or 0x96522B) is unknown color: approx Hawaiian Tan. HEX triplet: 96, 52 and 2B. RGB value is (150,82,43). Sum of RGB (Red+Green+Blue) = 150+82+43=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96522B is #69ADD4. Grayscale: #626262. Windows color (decimal): -6925781 or 2839190. OLE color: 2839190.

HSL color Cylindrical-coordinate representation of color #96522B: hue angle of 21.87º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96522B is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB1508243-
CMYK00.450.710.41
HSL21.87º55.44%37.84%-
HSV(B)21.87º71.33%58.82%-
XYZ16.0312.693.89-
YUV97.8997.03165.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 43 (17.19% from 255) = 15.64%
R=54.55%
G=29.82%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150824300.450.710.4121.8755.4437.84
Hex96522B02D4729163726
Octal2261225305510751266746
Binary1001011010100101010110101101100011110100110110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96522B; }

 p { color: rgb(150,82,43); }

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

<style>
 a { background-color: #96522B; }

 a { background-color: rgb(150,82,43); }

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

<style>
 span { border-color: #96522B; }

 span { border-color: rgb(150,82,43); }

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