Html Css Color HEX #615338 West Coast

📋 copy color: '#615338'

red 97 ◦ green 83 ◦ blue 56

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

Shades of West Coast #615338

Tints of West Coast #615338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 41.1%
G = 35.17%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#615338 (or 0x615338) is known color: West Coast. HEX triplet: 61, 53 and 38. RGB value is (97,83,56). Sum of RGB (Red+Green+Blue) = 97+83+56=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #615338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615338 is #9EACC7. Grayscale: #545454. Windows color (decimal): -10398920 or 3691361. OLE color: 3691361.

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

Color convert

RGB 97 83 56 -
CMYK 0 0.14 0.42 0.62
HSL 39.51º 0.27% 0.3% -
HSV(B) 39.51º 0.42% 0.38% -
XYZ 8.74 9.01 5.02 -
YUV 84.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 97 83 56 0 0.14 0.42 0.62 39.51 0.27 0.3
Hex 61 53 38 0 E 2A 3E 28 1B 1E
Octal 141 123 70 0 16 52 76 50 33 36
Binary 1100001 1010011 111000 0 1110 101010 111110 101000 11011 11110

Color Harmonies of #615338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615338

Black with #615338

Text Example


Text Example

White with #615338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615338; }

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

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

background-color css

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

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

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

border-color css

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

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

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