Html Css Color HEX #605E15 Costa Del Sol

📋 copy color: '#605E15'

red 96 ◦ green 94 ◦ blue 21

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

Shades of Costa Del Sol #605E15

Tints of Costa Del Sol #605E15

RGB

 RED value IS 96 (37.89% from 255) = 45.5%

 GREEN value IS 94 (37.11% from 255) = 44.55%

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 45.5%
G = 44.55%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#605E15 (or 0x605E15) is known color: Costa Del Sol. HEX triplet: 60, 5E and 15. RGB value is (96,94,21). Sum of RGB (Red+Green+Blue) = 96+94+21=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #605E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605E15 is #9FA1EA. Grayscale: #565656. Windows color (decimal): -10461675 or 1400416. OLE color: 1400416.

HSL color Cylindrical-coordinate representation of color #605E15: hue angle of 58.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #605E15 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 94 21 -
CMYK 0 0.02 0.78 0.62
HSL 58.4º 0.64% 0.23% -
HSV(B) 58.4º 0.78% 0.38% -
XYZ 8.96 10.55 2.27 -
YUV 86.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 96 94 21 0 0.02 0.78 0.62 58.4 0.64 0.23
Hex 60 5E 15 0 2 4E 3E 3A 40 17
Octal 140 136 25 0 2 116 76 72 100 27
Binary 1100000 1011110 10101 0 10 1001110 111110 111010 1000000 10111

Color Harmonies of #605E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E15

Black with #605E15

Text Example


Text Example

White with #605E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605E15; }

 p { color: rgb(96,94,21); }

 H1.HeaderClassName
 {
   color: #605E15;
 }
 .AnyTagClassName
 {
   color: #605E15;
 }
</style>

background-color css

<style>
 a { background-color: #605E15; }

 a { background-color: rgb(96,94,21); }

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

border-color css

<style>
 span { border-color: #605E15; }

 span { border-color: rgb(96,94,21); }

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