#605332

Color #605332 West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #605332

Tints of West Coast #605332

Color information

#605332 (or 0x605332) is unknown color: approx West Coast. HEX triplet: 60, 53 and 32. RGB value is (96,83,50). Sum of RGB (Red+Green+Blue) = 96+83+50=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #605332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605332 is #9FACCD. Grayscale: #535353. Windows color (decimal): -10464462 or 3298144. OLE color: 3298144.

HSL color Cylindrical-coordinate representation of color #605332: hue angle of 43.04º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #605332 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB968350-
CMYK00.140.480.62
HSL43.04º31.51%28.63%-
HSV(B)43.04º47.92%37.65%-
XYZ8.498.94.29-
YUV83.12109.31137.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=41.92%
G=36.24%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96835000.140.480.6243.0431.5128.63
Hex6053320E303E2b201d
Octal140123620166076534035
Binary110000010100111100100111011000011111010101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605332; }

 p { color: rgb(96,83,50); }

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

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

 a { background-color: rgb(96,83,50); }

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

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

 span { border-color: rgb(96,83,50); }

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