Html Css Color HEX #686029 Costa Del Sol

📋 copy color: '#686029'

red 104 ◦ green 96 ◦ blue 41

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

Shades of Costa Del Sol #686029

Tints of Costa Del Sol #686029

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.83%

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 43.15%
G = 39.83%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#686029 (or 0x686029) is known color: Costa Del Sol. HEX triplet: 68, 60 and 29. RGB value is (104,96,41). Sum of RGB (Red+Green+Blue) = 104+96+41=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #686029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686029 is #979FD6. Grayscale: #5C5C5C. Windows color (decimal): -9936855 or 2711656. OLE color: 2711656.

HSL color Cylindrical-coordinate representation of color #686029: hue angle of 52.38º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #686029 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 41 -
CMYK 0 0.08 0.61 0.59
HSL 52.38º 0.43% 0.28% -
HSV(B) 52.38º 0.61% 0.41% -
XYZ 10.29 11.47 3.77 -
YUV 92.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 104 96 41 0 0.08 0.61 0.59 52.38 0.43 0.28
Hex 68 60 29 0 8 3D 3B 34 2B 1C
Octal 150 140 51 0 10 75 73 64 53 34
Binary 1101000 1100000 101001 0 1000 111101 111011 110100 101011 11100

Color Harmonies of #686029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686029

Black with #686029

Text Example


Text Example

White with #686029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686029; }

 p { color: rgb(104,96,41); }

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

background-color css

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

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

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

border-color css

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

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

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