#61563C

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

Shades of West Coast #61563C

Tints of West Coast #61563C

Color information

#61563C (or 0x61563C) is unknown color: approx West Coast. HEX triplet: 61, 56 and 3C. RGB value is (97,86,60). Sum of RGB (Red+Green+Blue) = 97+86+60=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61563C is #9EA9C3. Grayscale: #565656. Windows color (decimal): -10398148 or 3954273. OLE color: 3954273.

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

Color convert

RGB978660-
CMYK00.110.380.62
HSL42.16º23.57%30.78%-
HSV(B)42.16º38.14%38.04%-
XYZ9.079.525.63-
YUV86.32113.14135.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=39.92%
G=35.39%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97866000.110.380.6242.1623.5730.78
Hex61563C0B263E2a181f
Octal141126740134676523037
Binary11000011010110111100010111001101111101010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,86,60); }

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

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

 a { background-color: rgb(97,86,60); }

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

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

 span { border-color: rgb(97,86,60); }

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