Html Css Color HEX #685A19 Costa Del Sol

📋 copy color: '#685A19'

red 104 ◦ green 90 ◦ blue 25

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

Shades of Costa Del Sol #685A19

Tints of Costa Del Sol #685A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 47.49%
G = 41.1%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#685A19 (or 0x685A19) is known color: Costa Del Sol. HEX triplet: 68, 5A and 19. RGB value is (104,90,25). Sum of RGB (Red+Green+Blue) = 104+90+25=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #685A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A19 is #97A5E6. Grayscale: #575757. Windows color (decimal): -9938407 or 1661544. OLE color: 1661544.

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

Color convert

RGB 104 90 25 -
CMYK 0 0.13 0.76 0.59
HSL 49.37º 0.61% 0.25% -
HSV(B) 49.37º 0.76% 0.41% -
XYZ 9.54 10.33 2.41 -
YUV 86.78 93.14 140.29 -
System Red Green Blue C M Y K H S L
Decimal 104 90 25 0 0.13 0.76 0.59 49.37 0.61 0.25
Hex 68 5A 19 0 D 4C 3B 31 3D 19
Octal 150 132 31 0 15 114 73 61 75 31
Binary 1101000 1011010 11001 0 1101 1001100 111011 110001 111101 11001

Color Harmonies of #685A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A19

Black with #685A19

Text Example


Text Example

White with #685A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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