Html Css Color HEX #615032 West Coast

📋 copy color: '#615032'

red 97 ◦ green 80 ◦ blue 50

#615032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of West Coast #615032

Tints of West Coast #615032

RGB

 RED value IS 97 (38.28% from 255) = 42.73%

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 42.73%
G = 35.24%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#615032 (or 0x615032) is known color: West Coast. HEX triplet: 61, 50 and 32. RGB value is (97,80,50). Sum of RGB (Red+Green+Blue) = 97+80+50=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #615032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615032 is #9EAFCD. Grayscale: #515151. Windows color (decimal): -10399694 or 3297377. OLE color: 3297377.

HSL color Cylindrical-coordinate representation of color #615032: hue angle of 38.3º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #615032 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 80 50 -
CMYK 0 0.18 0.48 0.62
HSL 38.3º 0.32% 0.29% -
HSV(B) 38.3º 0.48% 0.38% -
XYZ 8.37 8.51 4.22 -
YUV 81.66 110.13 138.94 -
System Red Green Blue C M Y K H S L
Decimal 97 80 50 0 0.18 0.48 0.62 38.3 0.32 0.29
Hex 61 50 32 0 12 30 3E 26 20 1D
Octal 141 120 62 0 22 60 76 46 40 35
Binary 1100001 1010000 110010 0 10010 110000 111110 100110 100000 11101

Color Harmonies of #615032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615032

Black with #615032

Text Example


Text Example

White with #615032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615032; }

 p { color: rgb(97,80,50); }

 H1.HeaderClassName
 {
   color: #615032;
 }
 .AnyTagClassName
 {
   color: #615032;
 }
</style>

background-color css

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

 a { background-color: rgb(97,80,50); }

 div.DivClassName
 {
   background-color: #615032;
 }
 .BgClassName
 {
   background-color: #615032;
 }
</style>

border-color css

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

 span { border-color: rgb(97,80,50); }

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