#605525

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

Shades of West Coast #605525

Tints of West Coast #605525

Color information

#605525 (or 0x605525) is unknown color: approx West Coast. HEX triplet: 60, 55 and 25. RGB value is (96,85,37). Sum of RGB (Red+Green+Blue) = 96+85+37=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #605525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605525 is #9FAADA. Grayscale: #535353. Windows color (decimal): -10463963 or 2446688. OLE color: 2446688.

HSL color Cylindrical-coordinate representation of color #605525: hue angle of 48.81º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #605525 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB968537-
CMYK00.110.610.62
HSL48.81º44.36%26.08%-
HSV(B)48.81º61.46%37.65%-
XYZ8.419.123.07-
YUV82.82102.14137.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 37 (14.84% from 255) = 16.97%
R=44.04%
G=38.99%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96853700.110.610.6248.8144.3626.08
Hex6055250B3D3E312c1a
Octal140125450137576615432
Binary110000010101011001010101111110111111011000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605525; }

 p { color: rgb(96,85,37); }

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

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

 a { background-color: rgb(96,85,37); }

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

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

 span { border-color: rgb(96,85,37); }

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