#61532C

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

Shades of West Coast #61532C

Tints of West Coast #61532C

Color information

#61532C (or 0x61532C) is unknown color: approx West Coast. HEX triplet: 61, 53 and 2C. RGB value is (97,83,44). Sum of RGB (Red+Green+Blue) = 97+83+44=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #61532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61532C is #9EACD3. Grayscale: #525252. Windows color (decimal): -10398932 or 2904929. OLE color: 2904929.

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

Color convert

RGB978344-
CMYK00.140.550.62
HSL44.15º37.59%27.65%-
HSV(B)44.15º54.64%38.04%-
XYZ8.488.913.66-
YUV82.74106.14138.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 44 (17.58% from 255) = 19.64%
R=43.30%
G=37.05%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97834400.140.550.6244.1537.5927.65
Hex61532C0E373E2c261c
Octal141123540166776544634
Binary110000110100111011000111011011111111010110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61532C; }

 p { color: rgb(97,83,44); }

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

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

 a { background-color: rgb(97,83,44); }

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

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

 span { border-color: rgb(97,83,44); }

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