Html Css Color HEX #686830 Costa Del Sol

📋 copy color: '#686830'

red 104 ◦ green 104 ◦ blue 48

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

Shades of Costa Del Sol #686830

Tints of Costa Del Sol #686830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.63%

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 40.63%
G = 40.63%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#686830 (or 0x686830) is known color: Costa Del Sol. HEX triplet: 68, 68 and 30. RGB value is (104,104,48). Sum of RGB (Red+Green+Blue) = 104+104+48=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686830 is #9797CF. Grayscale: #616161. Windows color (decimal): -9934800 or 3172456. OLE color: 3172456.

HSL color Cylindrical-coordinate representation of color #686830: hue angle of 60º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #686830 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 104 48 -
CMYK 0 0 0.54 0.59
HSL 60º 0.37% 0.3% -
HSV(B) 60º 0.54% 0.41% -
XYZ 11.19 13.06 4.73 -
YUV 97.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 104 104 48 0 0 0.54 0.59 60 0.37 0.3
Hex 68 68 30 0 0 36 3B 3C 25 1E
Octal 150 150 60 0 0 66 73 74 45 36
Binary 1101000 1101000 110000 0 0 110110 111011 111100 100101 11110

Color Harmonies of #686830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686830

Black with #686830

Text Example


Text Example

White with #686830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686830; }

 p { color: rgb(104,104,48); }

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

background-color css

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

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

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

border-color css

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

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

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