#61552D

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

Shades of West Coast #61552D

Tints of West Coast #61552D

Color information

#61552D (or 0x61552D) is unknown color: approx West Coast. HEX triplet: 61, 55 and 2D. RGB value is (97,85,45). Sum of RGB (Red+Green+Blue) = 97+85+45=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61552D is #9EAAD2. Grayscale: #545454. Windows color (decimal): -10398419 or 2970977. OLE color: 2970977.

HSL color Cylindrical-coordinate representation of color #61552D: hue angle of 46.15º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61552D is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB978545-
CMYK00.120.540.62
HSL46.15º36.62%27.84%-
HSV(B)46.15º53.61%38.04%-
XYZ8.659.233.81-
YUV84.03105.98137.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=42.73%
G=37.44%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97854500.120.540.6246.1536.6227.84
Hex61552D0C363E2e251c
Octal141125550146676564534
Binary110000110101011011010110011011011111010111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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