#61512B

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

Shades of West Coast #61512B

Tints of West Coast #61512B

Color information

#61512B (or 0x61512B) is unknown color: approx West Coast. HEX triplet: 61, 51 and 2B. RGB value is (97,81,43). Sum of RGB (Red+Green+Blue) = 97+81+43=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #61512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61512B is #9EAED4. Grayscale: #515151. Windows color (decimal): -10399445 or 2838881. OLE color: 2838881.

HSL color Cylindrical-coordinate representation of color #61512B: hue angle of 42.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61512B is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB978143-
CMYK00.160.560.62
HSL42.22º38.57%27.45%-
HSV(B)42.22º55.67%38.04%-
XYZ8.318.63.51-
YUV81.45106.3139.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.89%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=43.89%
G=36.65%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97814300.160.560.6242.2238.5727.45
Hex61512B010383E2a271b
Octal141121530207076524733
Binary1100001101000110101101000011100011111010101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61512B; }

 p { color: rgb(97,81,43); }

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

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

 a { background-color: rgb(97,81,43); }

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

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

 span { border-color: rgb(97,81,43); }

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