#965326

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

Shades of Hawaiian Tan #965326

Tints of Hawaiian Tan #965326

Color information

#965326 (or 0x965326) is unknown color: approx Hawaiian Tan. HEX triplet: 96, 53 and 26. RGB value is (150,83,38). Sum of RGB (Red+Green+Blue) = 150+83+38=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #965326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965326 is #69ACD9. Grayscale: #626262. Windows color (decimal): -6925530 or 2511766. OLE color: 2511766.

HSL color Cylindrical-coordinate representation of color #965326: hue angle of 24.11º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #965326 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1508338-
CMYK00.450.750.41
HSL24.11º59.57%36.86%-
HSV(B)24.11º74.67%58.82%-
XYZ16.0212.813.46-
YUV97.994.2165.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.35%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=55.35%
G=30.63%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150833800.450.750.4124.1159.5736.86
Hex96532602D4B29183c25
Octal2261234605511351307445
Binary1001011010100111001100101101100101110100111000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965326; }

 p { color: rgb(150,83,38); }

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

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

 a { background-color: rgb(150,83,38); }

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

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

 span { border-color: rgb(150,83,38); }

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