Html Css Color HEX #686018 Costa Del Sol

📋 copy color: '#686018'

red 104 ◦ green 96 ◦ blue 24

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

Shades of Costa Del Sol #686018

Tints of Costa Del Sol #686018

RGB

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

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

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

R = 46.43%
G = 42.86%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#686018 (or 0x686018) is known color: Costa Del Sol. HEX triplet: 68, 60 and 18. RGB value is (104,96,24). Sum of RGB (Red+Green+Blue) = 104+96+24=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #686018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686018 is #979FE7. Grayscale: #5A5A5A. Windows color (decimal): -9936872 or 1597544. OLE color: 1597544.

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

Color convert

RGB 104 96 24 -
CMYK 0 0.08 0.77 0.59
HSL 54º 0.63% 0.25% -
HSV(B) 54º 0.77% 0.41% -
XYZ 10.06 11.37 2.53 -
YUV 90.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 104 96 24 0 0.08 0.77 0.59 54 0.63 0.25
Hex 68 60 18 0 8 4D 3B 36 3E 19
Octal 150 140 30 0 10 115 73 66 76 31
Binary 1101000 1100000 11000 0 1000 1001101 111011 110110 111110 11001

Color Harmonies of #686018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686018

Black with #686018

Text Example


Text Example

White with #686018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686018; }

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

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

background-color css

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

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

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

border-color css

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

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

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