Html Css Color HEX #615A0D Costa Del Sol

📋 copy color: '#615A0D'

red 97 ◦ green 90 ◦ blue 13

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

Shades of Costa Del Sol #615A0D

Tints of Costa Del Sol #615A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45%

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

R = 48.5%
G = 45%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#615A0D (or 0x615A0D) is known color: Costa Del Sol. HEX triplet: 61, 5A and 0D. RGB value is (97,90,13). Sum of RGB (Red+Green+Blue) = 97+90+13=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 90 (35.55% from 255 or 45% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #615A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615A0D is #9EA5F2. Grayscale: #535353. Windows color (decimal): -10397171 or 875105. OLE color: 875105.

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

Color convert

RGB 97 90 13 -
CMYK 0 0.07 0.87 0.62
HSL 55º 0.76% 0.22% -
HSV(B) 55º 0.87% 0.38% -
XYZ 8.66 9.88 1.83 -
YUV 83.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 97 90 13 0 0.07 0.87 0.62 55 0.76 0.22
Hex 61 5A D 0 7 57 3E 37 4C 16
Octal 141 132 15 0 7 127 76 67 114 26
Binary 1100001 1011010 1101 0 111 1010111 111110 110111 1001100 10110

Color Harmonies of #615A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A0D

Black with #615A0D

Text Example


Text Example

White with #615A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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