Html Css Color HEX #615528 West Coast

📋 copy color: '#615528'

red 97 ◦ green 85 ◦ blue 40

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

Shades of West Coast #615528

Tints of West Coast #615528

RGB

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

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

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

R = 43.69%
G = 38.29%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#615528 (or 0x615528) is known color: West Coast. HEX triplet: 61, 55 and 28. RGB value is (97,85,40). Sum of RGB (Red+Green+Blue) = 97+85+40=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #615528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615528 is #9EAAD7. Grayscale: #535353. Windows color (decimal): -10398424 or 2643297. OLE color: 2643297.

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

Color convert

RGB 97 85 40 -
CMYK 0 0.12 0.59 0.62
HSL 47.37º 0.42% 0.27% -
HSV(B) 47.37º 0.59% 0.38% -
XYZ 8.56 9.19 3.33 -
YUV 83.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 97 85 40 0 0.12 0.59 0.62 47.37 0.42 0.27
Hex 61 55 28 0 C 3B 3E 2F 2A 1B
Octal 141 125 50 0 14 73 76 57 52 33
Binary 1100001 1010101 101000 0 1100 111011 111110 101111 101010 11011

Color Harmonies of #615528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615528

Black with #615528

Text Example


Text Example

White with #615528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615528; }

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

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

background-color css

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

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

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

border-color css

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

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

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