Html Css Color HEX #685A18 Costa Del Sol

📋 copy color: '#685A18'

red 104 ◦ green 90 ◦ blue 24

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

Shades of Costa Del Sol #685A18

Tints of Costa Del Sol #685A18

RGB

 RED value IS 104 (41.02% from 255) = 47.71%

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

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 47.71%
G = 41.28%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#685A18 (or 0x685A18) is known color: Costa Del Sol. HEX triplet: 68, 5A and 18. RGB value is (104,90,24). Sum of RGB (Red+Green+Blue) = 104+90+24=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #685A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A18 is #97A5E7. Grayscale: #565656. Windows color (decimal): -9938408 or 1596008. OLE color: 1596008.

HSL color Cylindrical-coordinate representation of color #685A18: hue angle of 49.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #685A18 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 90 24 -
CMYK 0 0.13 0.77 0.59
HSL 49.5º 0.63% 0.25% -
HSV(B) 49.5º 0.77% 0.41% -
XYZ 9.53 10.32 2.35 -
YUV 86.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 104 90 24 0 0.13 0.77 0.59 49.5 0.63 0.25
Hex 68 5A 18 0 D 4D 3B 32 3E 19
Octal 150 132 30 0 15 115 73 62 76 31
Binary 1101000 1011010 11000 0 1101 1001101 111011 110010 111110 11001

Color Harmonies of #685A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A18

Black with #685A18

Text Example


Text Example

White with #685A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685A18; }

 p { color: rgb(104,90,24); }

 H1.HeaderClassName
 {
   color: #685A18;
 }
 .AnyTagClassName
 {
   color: #685A18;
 }
</style>

background-color css

<style>
 a { background-color: #685A18; }

 a { background-color: rgb(104,90,24); }

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

border-color css

<style>
 span { border-color: #685A18; }

 span { border-color: rgb(104,90,24); }

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