#605130

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

Shades of West Coast #605130

Tints of West Coast #605130

Color information

#605130 (or 0x605130) is unknown color: approx West Coast. HEX triplet: 60, 51 and 30. RGB value is (96,81,48). Sum of RGB (Red+Green+Blue) = 96+81+48=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #605130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605130 is #9FAECF. Grayscale: #515151. Windows color (decimal): -10464976 or 3166560. OLE color: 3166560.

HSL color Cylindrical-coordinate representation of color #605130: hue angle of 41.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #605130 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB968148-
CMYK00.160.500.62
HSL41.25º33.33%28.24%-
HSV(B)41.25º50%37.65%-
XYZ8.38.594.02-
YUV81.72108.97138.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=42.67%
G=36%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96814800.160.500.6241.2533.3328.24
Hex605130010323E29211c
Octal140121600206276514134
Binary1100000101000111000001000011001011111010100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605130; }

 p { color: rgb(96,81,48); }

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

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

 a { background-color: rgb(96,81,48); }

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

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

 span { border-color: rgb(96,81,48); }

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