Html Css Color HEX #686213 Costa Del Sol

📋 copy color: '#686213'

red 104 ◦ green 98 ◦ blue 19

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

Shades of Costa Del Sol #686213

Tints of Costa Del Sol #686213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 47.06%
G = 44.34%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#686213 (or 0x686213) is known color: Costa Del Sol. HEX triplet: 68, 62 and 13. RGB value is (104,98,19). Sum of RGB (Red+Green+Blue) = 104+98+19=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #686213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686213 is #979DEC. Grayscale: #5B5B5B. Windows color (decimal): -9936365 or 1270376. OLE color: 1270376.

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

Color convert

RGB 104 98 19 -
CMYK 0 0.06 0.82 0.59
HSL 55.76º 0.69% 0.24% -
HSV(B) 55.76º 0.82% 0.41% -
XYZ 10.19 11.73 2.34 -
YUV 90.79 87.49 137.42 -
System Red Green Blue C M Y K H S L
Decimal 104 98 19 0 0.06 0.82 0.59 55.76 0.69 0.24
Hex 68 62 13 0 6 52 3B 38 45 18
Octal 150 142 23 0 6 122 73 70 105 30
Binary 1101000 1100010 10011 0 110 1010010 111011 111000 1000101 11000

Color Harmonies of #686213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686213

Black with #686213

Text Example


Text Example

White with #686213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686213; }

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

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

background-color css

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

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

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

border-color css

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

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

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