Html Css Color HEX #615328 West Coast

📋 copy color: '#615328'

red 97 ◦ green 83 ◦ blue 40

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

Shades of West Coast #615328

Tints of West Coast #615328

RGB

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

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

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

R = 44.09%
G = 37.73%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#615328 (or 0x615328) is known color: West Coast. HEX triplet: 61, 53 and 28. RGB value is (97,83,40). Sum of RGB (Red+Green+Blue) = 97+83+40=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #615328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615328 is #9EACD7. Grayscale: #525252. Windows color (decimal): -10398936 or 2642785. OLE color: 2642785.

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

Color convert

RGB 97 83 40 -
CMYK 0 0.14 0.59 0.62
HSL 45.26º 0.42% 0.27% -
HSV(B) 45.26º 0.59% 0.38% -
XYZ 8.41 8.88 3.28 -
YUV 82.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 97 83 40 0 0.14 0.59 0.62 45.26 0.42 0.27
Hex 61 53 28 0 E 3B 3E 2D 2A 1B
Octal 141 123 50 0 16 73 76 55 52 33
Binary 1100001 1010011 101000 0 1110 111011 111110 101101 101010 11011

Color Harmonies of #615328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615328

Black with #615328

Text Example


Text Example

White with #615328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615328; }

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

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

background-color css

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

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

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

border-color css

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

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

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