Html Css Color HEX #686310 Costa Del Sol

📋 copy color: '#686310'

red 104 ◦ green 99 ◦ blue 16

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

Shades of Costa Del Sol #686310

Tints of Costa Del Sol #686310

RGB

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

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

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

R = 47.49%
G = 45.21%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#686310 (or 0x686310) is known color: Costa Del Sol. HEX triplet: 68, 63 and 10. RGB value is (104,99,16). Sum of RGB (Red+Green+Blue) = 104+99+16=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #686310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686310 is #979CEF. Grayscale: #5B5B5B. Windows color (decimal): -9936112 or 1074024. OLE color: 1074024.

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

Color convert

RGB 104 99 16 -
CMYK 0 0.05 0.85 0.59
HSL 56.59º 0.73% 0.24% -
HSV(B) 56.59º 0.85% 0.41% -
XYZ 10.26 11.9 2.25 -
YUV 91.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 104 99 16 0 0.05 0.85 0.59 56.59 0.73 0.24
Hex 68 63 10 0 5 55 3B 39 49 18
Octal 150 143 20 0 5 125 73 71 111 30
Binary 1101000 1100011 10000 0 101 1010101 111011 111001 1001001 11000

Color Harmonies of #686310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686310

Black with #686310

Text Example


Text Example

White with #686310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686310; }

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

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

background-color css

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

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

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

border-color css

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

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

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