#605033

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

Shades of West Coast #605033

Tints of West Coast #605033

Color information

#605033 (or 0x605033) is unknown color: approx West Coast. HEX triplet: 60, 50 and 33. RGB value is (96,80,51). Sum of RGB (Red+Green+Blue) = 96+80+51=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #605033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605033 is #9FAFCC. Grayscale: #515151. Windows color (decimal): -10465229 or 3362912. OLE color: 3362912.

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

Color convert

RGB968051-
CMYK00.170.470.62
HSL38.67º30.61%28.82%-
HSV(B)38.67º46.88%37.65%-
XYZ8.298.464.33-
YUV81.48110.8138.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 51 (20.31% from 255) = 22.47%
R=42.29%
G=35.24%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96805100.170.470.6238.6730.6128.82
Hex6050330112F3E271f1d
Octal140120630215776473735
Binary110000010100001100110100011011111111101001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605033; }

 p { color: rgb(96,80,51); }

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

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

 a { background-color: rgb(96,80,51); }

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

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

 span { border-color: rgb(96,80,51); }

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