Html Css Color HEX #615F0F Costa Del Sol

📋 copy color: '#615F0F'

red 97 ◦ green 95 ◦ blue 15

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

Shades of Costa Del Sol #615F0F

Tints of Costa Del Sol #615F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.25%

R = 46.86%
G = 45.89%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#615F0F (or 0x615F0F) is known color: Costa Del Sol. HEX triplet: 61, 5F and 0F. RGB value is (97,95,15). Sum of RGB (Red+Green+Blue) = 97+95+15=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #615F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615F0F is #9EA0F0. Grayscale: #565656. Windows color (decimal): -10395889 or 1007457. OLE color: 1007457.

HSL color Cylindrical-coordinate representation of color #615F0F: hue angle of 58.54º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #615F0F is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 95 15 -
CMYK 0 0.02 0.85 0.62
HSL 58.54º 0.73% 0.22% -
HSV(B) 58.54º 0.85% 0.38% -
XYZ 9.11 10.76 2.05 -
YUV 86.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 97 95 15 0 0.02 0.85 0.62 58.54 0.73 0.22
Hex 61 5F F 0 2 55 3E 3B 49 16
Octal 141 137 17 0 2 125 76 73 111 26
Binary 1100001 1011111 1111 0 10 1010101 111110 111011 1001001 10110

Color Harmonies of #615F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F0F

Black with #615F0F

Text Example


Text Example

White with #615F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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