Html Css Color HEX #615F0D Costa Del Sol

📋 copy color: '#615F0D'

red 97 ◦ green 95 ◦ blue 13

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

Shades of Costa Del Sol #615F0D

Tints of Costa Del Sol #615F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.34%

R = 47.32%
G = 46.34%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#615F0D (or 0x615F0D) is known color: Costa Del Sol. HEX triplet: 61, 5F and 0D. RGB value is (97,95,13). Sum of RGB (Red+Green+Blue) = 97+95+13=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #615F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615F0D is #9EA0F2. Grayscale: #565656. Windows color (decimal): -10395891 or 876385. OLE color: 876385.

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

Color convert

RGB 97 95 13 -
CMYK 0 0.02 0.87 0.62
HSL 58.57º 0.76% 0.22% -
HSV(B) 58.57º 0.87% 0.38% -
XYZ 9.09 10.75 1.98 -
YUV 86.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 97 95 13 0 0.02 0.87 0.62 58.57 0.76 0.22
Hex 61 5F D 0 2 57 3E 3B 4C 16
Octal 141 137 15 0 2 127 76 73 114 26
Binary 1100001 1011111 1101 0 10 1010111 111110 111011 1001100 10110

Color Harmonies of #615F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F0D

Black with #615F0D

Text Example


Text Example

White with #615F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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