#61552C

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

Shades of West Coast #61552C

Tints of West Coast #61552C

Color information

#61552C (or 0x61552C) is unknown color: approx West Coast. HEX triplet: 61, 55 and 2C. RGB value is (97,85,44). Sum of RGB (Red+Green+Blue) = 97+85+44=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #61552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61552C is #9EAAD3. Grayscale: #545454. Windows color (decimal): -10398420 or 2905441. OLE color: 2905441.

HSL color Cylindrical-coordinate representation of color #61552C: hue angle of 46.42º 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 #61552C is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB978544-
CMYK00.120.550.62
HSL46.42º37.59%27.65%-
HSV(B)46.42º54.64%38.04%-
XYZ8.639.223.71-
YUV83.91105.48137.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=42.92%
G=37.61%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97854400.120.550.6246.4237.5927.65
Hex61552C0C373E2e261c
Octal141125540146776564634
Binary110000110101011011000110011011111111010111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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