Html Css Color HEX #686212 Costa Del Sol

📋 copy color: '#686212'

red 104 ◦ green 98 ◦ blue 18

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

Shades of Costa Del Sol #686212

Tints of Costa Del Sol #686212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 47.27%
G = 44.55%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#686212 (or 0x686212) is known color: Costa Del Sol. HEX triplet: 68, 62 and 12. RGB value is (104,98,18). Sum of RGB (Red+Green+Blue) = 104+98+18=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #686212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686212 is #979DED. Grayscale: #5B5B5B. Windows color (decimal): -9936366 or 1204840. OLE color: 1204840.

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

Color convert

RGB 104 98 18 -
CMYK 0 0.06 0.83 0.59
HSL 55.81º 0.7% 0.24% -
HSV(B) 55.81º 0.83% 0.41% -
XYZ 10.19 11.72 2.3 -
YUV 90.67 86.99 137.5 -
System Red Green Blue C M Y K H S L
Decimal 104 98 18 0 0.06 0.83 0.59 55.81 0.7 0.24
Hex 68 62 12 0 6 53 3B 38 46 18
Octal 150 142 22 0 6 123 73 70 106 30
Binary 1101000 1100010 10010 0 110 1010011 111011 111000 1000110 11000

Color Harmonies of #686212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686212

Black with #686212

Text Example


Text Example

White with #686212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686212; }

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

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

background-color css

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

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

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

border-color css

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

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

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