Html Css Color HEX #615630 West Coast

📋 copy color: '#615630'

red 97 ◦ green 86 ◦ blue 48

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

Shades of West Coast #615630

Tints of West Coast #615630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.23%

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 41.99%
G = 37.23%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#615630 (or 0x615630) is known color: West Coast. HEX triplet: 61, 56 and 30. RGB value is (97,86,48). Sum of RGB (Red+Green+Blue) = 97+86+48=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #615630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615630 is #9EA9CF. Grayscale: #555555. Windows color (decimal): -10398160 or 3167841. OLE color: 3167841.

HSL color Cylindrical-coordinate representation of color #615630: hue angle of 46.53º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #615630 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 86 48 -
CMYK 0 0.11 0.51 0.62
HSL 46.53º 0.34% 0.28% -
HSV(B) 46.53º 0.51% 0.38% -
XYZ 8.79 9.41 4.15 -
YUV 84.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 97 86 48 0 0.11 0.51 0.62 46.53 0.34 0.28
Hex 61 56 30 0 B 33 3E 2F 22 1C
Octal 141 126 60 0 13 63 76 57 42 34
Binary 1100001 1010110 110000 0 1011 110011 111110 101111 100010 11100

Color Harmonies of #615630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615630

Black with #615630

Text Example


Text Example

White with #615630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615630; }

 p { color: rgb(97,86,48); }

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

background-color css

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

 a { background-color: rgb(97,86,48); }

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

border-color css

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

 span { border-color: rgb(97,86,48); }

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