Html Css Color HEX #615531 West Coast

📋 copy color: '#615531'

red 97 ◦ green 85 ◦ blue 49

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

Shades of West Coast #615531

Tints of West Coast #615531

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.8%

 BLUE value IS 49 (19.53% from 255) = 21.21%

R = 41.99%
G = 36.8%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#615531 (or 0x615531) is known color: West Coast. HEX triplet: 61, 55 and 31. RGB value is (97,85,49). Sum of RGB (Red+Green+Blue) = 97+85+49=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #615531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615531 is #9EAACE. Grayscale: #545454. Windows color (decimal): -10398415 or 3233121. OLE color: 3233121.

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

Color convert

RGB 97 85 49 -
CMYK 0 0.12 0.49 0.62
HSL 45º 0.33% 0.29% -
HSV(B) 45º 0.49% 0.38% -
XYZ 8.73 9.26 4.23 -
YUV 84.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 97 85 49 0 0.12 0.49 0.62 45 0.33 0.29
Hex 61 55 31 0 C 31 3E 2D 21 1D
Octal 141 125 61 0 14 61 76 55 41 35
Binary 1100001 1010101 110001 0 1100 110001 111110 101101 100001 11101

Color Harmonies of #615531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615531

Black with #615531

Text Example


Text Example

White with #615531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615531; }

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

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

background-color css

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

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

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

border-color css

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

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

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