Html Css Color HEX #615331 West Coast

📋 copy color: '#615331'

red 97 ◦ green 83 ◦ blue 49

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

Shades of West Coast #615331

Tints of West Coast #615331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.24%

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

R = 42.36%
G = 36.24%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#615331 (or 0x615331) is known color: West Coast. HEX triplet: 61, 53 and 31. RGB value is (97,83,49). Sum of RGB (Red+Green+Blue) = 97+83+49=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #615331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615331 is #9EACCE. Grayscale: #535353. Windows color (decimal): -10398927 or 3232609. OLE color: 3232609.

HSL color Cylindrical-coordinate representation of color #615331: hue angle of 42.5º 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 #615331 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 83 49 -
CMYK 0 0.14 0.49 0.62
HSL 42.5º 0.33% 0.29% -
HSV(B) 42.5º 0.49% 0.38% -
XYZ 8.58 8.95 4.18 -
YUV 83.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 97 83 49 0 0.14 0.49 0.62 42.5 0.33 0.29
Hex 61 53 31 0 E 31 3E 2A 21 1D
Octal 141 123 61 0 16 61 76 52 41 35
Binary 1100001 1010011 110001 0 1110 110001 111110 101010 100001 11101

Color Harmonies of #615331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615331

Black with #615331

Text Example


Text Example

White with #615331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615331; }

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

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

background-color css

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

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

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

border-color css

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

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

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