#61532F

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

Shades of West Coast #61532F

Tints of West Coast #61532F

Color information

#61532F (or 0x61532F) is unknown color: approx West Coast. HEX triplet: 61, 53 and 2F. RGB value is (97,83,47). Sum of RGB (Red+Green+Blue) = 97+83+47=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #61532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61532F is #9EACD0. Grayscale: #535353. Windows color (decimal): -10398929 or 3101537. OLE color: 3101537.

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

Color convert

RGB978347-
CMYK00.140.520.62
HSL43.2º34.72%28.24%-
HSV(B)43.2º51.55%38.04%-
XYZ8.548.933.96-
YUV83.08107.64137.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=42.73%
G=36.56%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97834700.140.520.6243.234.7228.24
Hex61532F0E343E2b231c
Octal141123570166476534334
Binary110000110100111011110111011010011111010101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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