Html Css Color HEX #686014 Costa Del Sol

📋 copy color: '#686014'

red 104 ◦ green 96 ◦ blue 20

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

Shades of Costa Del Sol #686014

Tints of Costa Del Sol #686014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 47.27%
G = 43.64%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#686014 (or 0x686014) is known color: Costa Del Sol. HEX triplet: 68, 60 and 14. RGB value is (104,96,20). Sum of RGB (Red+Green+Blue) = 104+96+20=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #686014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686014 is #979FEB. Grayscale: #5A5A5A. Windows color (decimal): -9936876 or 1335400. OLE color: 1335400.

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

Color convert

RGB 104 96 20 -
CMYK 0 0.08 0.81 0.59
HSL 54.29º 0.68% 0.24% -
HSV(B) 54.29º 0.81% 0.41% -
XYZ 10.02 11.36 2.33 -
YUV 89.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 104 96 20 0 0.08 0.81 0.59 54.29 0.68 0.24
Hex 68 60 14 0 8 51 3B 36 44 18
Octal 150 140 24 0 10 121 73 66 104 30
Binary 1101000 1100000 10100 0 1000 1010001 111011 110110 1000100 11000

Color Harmonies of #686014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686014

Black with #686014

Text Example


Text Example

White with #686014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686014; }

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

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

background-color css

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

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

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

border-color css

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

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

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