Html Css Color HEX #615028 West Coast

📋 copy color: '#615028'

red 97 ◦ green 80 ◦ blue 40

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

Shades of West Coast #615028

Tints of West Coast #615028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.43%

R = 44.7%
G = 36.87%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#615028 (or 0x615028) is known color: West Coast. HEX triplet: 61, 50 and 28. RGB value is (97,80,40). Sum of RGB (Red+Green+Blue) = 97+80+40=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #615028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615028 is #9EAFD7. Grayscale: #505050. Windows color (decimal): -10399704 or 2642017. OLE color: 2642017.

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

Color convert

RGB 97 80 40 -
CMYK 0 0.18 0.59 0.62
HSL 42.11º 0.42% 0.27% -
HSV(B) 42.11º 0.59% 0.38% -
XYZ 8.18 8.43 3.2 -
YUV 80.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 97 80 40 0 0.18 0.59 0.62 42.11 0.42 0.27
Hex 61 50 28 0 12 3B 3E 2A 2A 1B
Octal 141 120 50 0 22 73 76 52 52 33
Binary 1100001 1010000 101000 0 10010 111011 111110 101010 101010 11011

Color Harmonies of #615028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615028

Black with #615028

Text Example


Text Example

White with #615028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615028; }

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

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

background-color css

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

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

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

border-color css

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

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

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