Html Css Color HEX #615F14 Costa Del Sol

📋 copy color: '#615F14'

red 97 ◦ green 95 ◦ blue 20

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

Shades of Costa Del Sol #615F14

Tints of Costa Del Sol #615F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.81%

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

R = 45.75%
G = 44.81%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#615F14 (or 0x615F14) is known color: Costa Del Sol. HEX triplet: 61, 5F and 14. RGB value is (97,95,20). Sum of RGB (Red+Green+Blue) = 97+95+20=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #615F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615F14 is #9EA0EB. Grayscale: #575757. Windows color (decimal): -10395884 or 1335137. OLE color: 1335137.

HSL color Cylindrical-coordinate representation of color #615F14: hue angle of 58.44º 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 #615F14 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 95 20 -
CMYK 0 0.02 0.79 0.62
HSL 58.44º 0.66% 0.23% -
HSV(B) 58.44º 0.79% 0.38% -
XYZ 9.15 10.78 2.26 -
YUV 87.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 97 95 20 0 0.02 0.79 0.62 58.44 0.66 0.23
Hex 61 5F 14 0 2 4F 3E 3A 42 17
Octal 141 137 24 0 2 117 76 72 102 27
Binary 1100001 1011111 10100 0 10 1001111 111110 111010 1000010 10111

Color Harmonies of #615F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F14

Black with #615F14

Text Example


Text Example

White with #615F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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