Html Css Color HEX #615130 West Coast

📋 copy color: '#615130'

red 97 ◦ green 81 ◦ blue 48

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

Shades of West Coast #615130

Tints of West Coast #615130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.84%

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 42.92%
G = 35.84%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#615130 (or 0x615130) is known color: West Coast. HEX triplet: 61, 51 and 30. RGB value is (97,81,48). Sum of RGB (Red+Green+Blue) = 97+81+48=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #615130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615130 is #9EAECF. Grayscale: #525252. Windows color (decimal): -10399440 or 3166561. OLE color: 3166561.

HSL color Cylindrical-coordinate representation of color #615130: hue angle of 40.41º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #615130 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 81 48 -
CMYK 0 0.16 0.51 0.62
HSL 40.41º 0.34% 0.28% -
HSV(B) 40.41º 0.51% 0.38% -
XYZ 8.41 8.64 4.02 -
YUV 82.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 97 81 48 0 0.16 0.51 0.62 40.41 0.34 0.28
Hex 61 51 30 0 10 33 3E 28 22 1C
Octal 141 121 60 0 20 63 76 50 42 34
Binary 1100001 1010001 110000 0 10000 110011 111110 101000 100010 11100

Color Harmonies of #615130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615130

Black with #615130

Text Example


Text Example

White with #615130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615130; }

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

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

background-color css

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

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

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

border-color css

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

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

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