Html Css Color HEX #686314 Costa Del Sol

📋 copy color: '#686314'

red 104 ◦ green 99 ◦ blue 20

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

Shades of Costa Del Sol #686314

Tints of Costa Del Sol #686314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.39%

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

R = 46.64%
G = 44.39%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#686314 (or 0x686314) is known color: Costa Del Sol. HEX triplet: 68, 63 and 14. RGB value is (104,99,20). Sum of RGB (Red+Green+Blue) = 104+99+20=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #686314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686314 is #979CEB. Grayscale: #5B5B5B. Windows color (decimal): -9936108 or 1336168. OLE color: 1336168.

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

Color convert

RGB 104 99 20 -
CMYK 0 0.05 0.81 0.59
HSL 56.43º 0.68% 0.24% -
HSV(B) 56.43º 0.81% 0.41% -
XYZ 10.3 11.92 2.42 -
YUV 91.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 104 99 20 0 0.05 0.81 0.59 56.43 0.68 0.24
Hex 68 63 14 0 5 51 3B 38 44 18
Octal 150 143 24 0 5 121 73 70 104 30
Binary 1101000 1100011 10100 0 101 1010001 111011 111000 1000100 11000

Color Harmonies of #686314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686314

Black with #686314

Text Example


Text Example

White with #686314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686314; }

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

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

background-color css

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

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

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

border-color css

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

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

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