Html Css Color HEX #686019 Costa Del Sol

📋 copy color: '#686019'

red 104 ◦ green 96 ◦ blue 25

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

Shades of Costa Del Sol #686019

Tints of Costa Del Sol #686019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.67%

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

R = 46.22%
G = 42.67%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#686019 (or 0x686019) is known color: Costa Del Sol. HEX triplet: 68, 60 and 19. RGB value is (104,96,25). Sum of RGB (Red+Green+Blue) = 104+96+25=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #686019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686019 is #979FE6. Grayscale: #5A5A5A. Windows color (decimal): -9936871 or 1663080. OLE color: 1663080.

HSL color Cylindrical-coordinate representation of color #686019: hue angle of 53.92º 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 #686019 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 25 -
CMYK 0 0.08 0.76 0.59
HSL 53.92º 0.61% 0.25% -
HSV(B) 53.92º 0.76% 0.41% -
XYZ 10.07 11.38 2.59 -
YUV 90.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 104 96 25 0 0.08 0.76 0.59 53.92 0.61 0.25
Hex 68 60 19 0 8 4C 3B 36 3D 19
Octal 150 140 31 0 10 114 73 66 75 31
Binary 1101000 1100000 11001 0 1000 1001100 111011 110110 111101 11001

Color Harmonies of #686019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686019

Black with #686019

Text Example


Text Example

White with #686019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686019; }

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

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

background-color css

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

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

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

border-color css

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

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

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