Html Css Color HEX #686210 Costa Del Sol

📋 copy color: '#686210'

red 104 ◦ green 98 ◦ blue 16

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

Shades of Costa Del Sol #686210

Tints of Costa Del Sol #686210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.95%

 BLUE value IS 16 (6.64% from 255) = 7.34%

R = 47.71%
G = 44.95%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#686210 (or 0x686210) is known color: Costa Del Sol. HEX triplet: 68, 62 and 10. RGB value is (104,98,16). Sum of RGB (Red+Green+Blue) = 104+98+16=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #686210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686210 is #979DEF. Grayscale: #5A5A5A. Windows color (decimal): -9936368 or 1073768. OLE color: 1073768.

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

Color convert

RGB 104 98 16 -
CMYK 0 0.06 0.85 0.59
HSL 55.91º 0.73% 0.24% -
HSV(B) 55.91º 0.85% 0.41% -
XYZ 10.17 11.72 2.22 -
YUV 90.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 104 98 16 0 0.06 0.85 0.59 55.91 0.73 0.24
Hex 68 62 10 0 6 55 3B 38 49 18
Octal 150 142 20 0 6 125 73 70 111 30
Binary 1101000 1100010 10000 0 110 1010101 111011 111000 1001001 11000

Color Harmonies of #686210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686210

Black with #686210

Text Example


Text Example

White with #686210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686210; }

 p { color: rgb(104,98,16); }

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

background-color css

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

 a { background-color: rgb(104,98,16); }

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

border-color css

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

 span { border-color: rgb(104,98,16); }

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