Html Css Color HEX #615228 West Coast

📋 copy color: '#615228'

red 97 ◦ green 82 ◦ blue 40

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

Shades of West Coast #615228

Tints of West Coast #615228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

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

R = 44.29%
G = 37.44%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#615228 (or 0x615228) is known color: West Coast. HEX triplet: 61, 52 and 28. RGB value is (97,82,40). Sum of RGB (Red+Green+Blue) = 97+82+40=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #615228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615228 is #9EADD7. Grayscale: #515151. Windows color (decimal): -10399192 or 2642529. OLE color: 2642529.

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

Color convert

RGB 97 82 40 -
CMYK 0 0.15 0.59 0.62
HSL 44.21º 0.42% 0.27% -
HSV(B) 44.21º 0.59% 0.38% -
XYZ 8.33 8.73 3.25 -
YUV 81.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 97 82 40 0 0.15 0.59 0.62 44.21 0.42 0.27
Hex 61 52 28 0 F 3B 3E 2C 2A 1B
Octal 141 122 50 0 17 73 76 54 52 33
Binary 1100001 1010010 101000 0 1111 111011 111110 101100 101010 11011

Color Harmonies of #615228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615228

Black with #615228

Text Example


Text Example

White with #615228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615228; }

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

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

background-color css

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

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

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

border-color css

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

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

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