Html Css Color HEX #615C13 Costa Del Sol

📋 copy color: '#615C13'

red 97 ◦ green 92 ◦ blue 19

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

Shades of Costa Del Sol #615C13

Tints of Costa Del Sol #615C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.23%

 BLUE value IS 19 (7.81% from 255) = 9.13%

R = 46.63%
G = 44.23%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#615C13 (or 0x615C13) is known color: Costa Del Sol. HEX triplet: 61, 5C and 13. RGB value is (97,92,19). Sum of RGB (Red+Green+Blue) = 97+92+19=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #615C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615C13 is #9EA3EC. Grayscale: #555555. Windows color (decimal): -10396653 or 1268833. OLE color: 1268833.

HSL color Cylindrical-coordinate representation of color #615C13: hue angle of 56.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #615C13 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 92 19 -
CMYK 0 0.05 0.80 0.62
HSL 56.15º 0.67% 0.23% -
HSV(B) 56.15º 0.8% 0.38% -
XYZ 8.87 10.24 2.13 -
YUV 85.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 97 92 19 0 0.05 0.80 0.62 56.15 0.67 0.23
Hex 61 5C 13 0 5 50 3E 38 43 17
Octal 141 134 23 0 5 120 76 70 103 27
Binary 1100001 1011100 10011 0 101 1010000 111110 111000 1000011 10111

Color Harmonies of #615C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C13

Black with #615C13

Text Example


Text Example

White with #615C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615C13; }

 p { color: rgb(97,92,19); }

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

background-color css

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

 a { background-color: rgb(97,92,19); }

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

border-color css

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

 span { border-color: rgb(97,92,19); }

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