Html Css Color HEX #615C14 Costa Del Sol

📋 copy color: '#615C14'

red 97 ◦ green 92 ◦ blue 20

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

Shades of Costa Del Sol #615C14

Tints of Costa Del Sol #615C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.57%

R = 46.41%
G = 44.02%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#615C14 (or 0x615C14) is known color: Costa Del Sol. HEX triplet: 61, 5C and 14. RGB value is (97,92,20). Sum of RGB (Red+Green+Blue) = 97+92+20=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #615C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615C14 is #9EA3EB. Grayscale: #555555. Windows color (decimal): -10396652 or 1334369. OLE color: 1334369.

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

Color convert

RGB 97 92 20 -
CMYK 0 0.05 0.79 0.62
HSL 56.1º 0.66% 0.23% -
HSV(B) 56.1º 0.79% 0.38% -
XYZ 8.88 10.25 2.17 -
YUV 85.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 97 92 20 0 0.05 0.79 0.62 56.1 0.66 0.23
Hex 61 5C 14 0 5 4F 3E 38 42 17
Octal 141 134 24 0 5 117 76 70 102 27
Binary 1100001 1011100 10100 0 101 1001111 111110 111000 1000010 10111

Color Harmonies of #615C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C14

Black with #615C14

Text Example


Text Example

White with #615C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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