Html Css Color HEX #686011 Costa Del Sol

📋 copy color: '#686011'

red 104 ◦ green 96 ◦ blue 17

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

Shades of Costa Del Sol #686011

Tints of Costa Del Sol #686011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.83%

R = 47.93%
G = 44.24%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#686011 (or 0x686011) is known color: Costa Del Sol. HEX triplet: 68, 60 and 11. RGB value is (104,96,17). Sum of RGB (Red+Green+Blue) = 104+96+17=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #686011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686011 is #979FEE. Grayscale: #595959. Windows color (decimal): -9936879 or 1138792. OLE color: 1138792.

HSL color Cylindrical-coordinate representation of color #686011: hue angle of 54.48º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #686011 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 17 -
CMYK 0 0.08 0.84 0.59
HSL 54.48º 0.72% 0.24% -
HSV(B) 54.48º 0.84% 0.41% -
XYZ 9.99 11.35 2.19 -
YUV 89.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 104 96 17 0 0.08 0.84 0.59 54.48 0.72 0.24
Hex 68 60 11 0 8 54 3B 36 48 18
Octal 150 140 21 0 10 124 73 66 110 30
Binary 1101000 1100000 10001 0 1000 1010100 111011 110110 1001000 11000

Color Harmonies of #686011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686011

Black with #686011

Text Example


Text Example

White with #686011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686011; }

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

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

background-color css

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

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

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

border-color css

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

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

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