Html Css Color HEX #615325 West Coast

📋 copy color: '#615325'

red 97 ◦ green 83 ◦ blue 37

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

Shades of West Coast #615325

Tints of West Coast #615325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.05%

R = 44.7%
G = 38.25%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#615325 (or 0x615325) is known color: West Coast. HEX triplet: 61, 53 and 25. RGB value is (97,83,37). Sum of RGB (Red+Green+Blue) = 97+83+37=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #615325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615325 is #9EACDA. Grayscale: #525252. Windows color (decimal): -10398939 or 2446177. OLE color: 2446177.

HSL color Cylindrical-coordinate representation of color #615325: hue angle of 46º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #615325 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 83 37 -
CMYK 0 0.14 0.62 0.62
HSL 46º 0.45% 0.26% -
HSV(B) 46º 0.62% 0.38% -
XYZ 8.36 8.86 3.02 -
YUV 81.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 97 83 37 0 0.14 0.62 0.62 46 0.45 0.26
Hex 61 53 25 0 E 3E 3E 2E 2D 1A
Octal 141 123 45 0 16 76 76 56 55 32
Binary 1100001 1010011 100101 0 1110 111110 111110 101110 101101 11010

Color Harmonies of #615325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615325

Black with #615325

Text Example


Text Example

White with #615325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615325; }

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

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

background-color css

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

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

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

border-color css

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

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

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