Html Css Color HEX #686034 Costa Del Sol

📋 copy color: '#686034'

red 104 ◦ green 96 ◦ blue 52

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

Shades of Costa Del Sol #686034

Tints of Costa Del Sol #686034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.63%

R = 41.27%
G = 38.1%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#686034 (or 0x686034) is known color: Costa Del Sol. HEX triplet: 68, 60 and 34. RGB value is (104,96,52). Sum of RGB (Red+Green+Blue) = 104+96+52=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #686034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686034 is #979FCB. Grayscale: #5D5D5D. Windows color (decimal): -9936844 or 3432552. OLE color: 3432552.

HSL color Cylindrical-coordinate representation of color #686034: hue angle of 50.77º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686034 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 52 -
CMYK 0 0.08 0.50 0.59
HSL 50.77º 0.33% 0.31% -
HSV(B) 50.77º 0.5% 0.41% -
XYZ 10.51 11.56 4.93 -
YUV 93.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 104 96 52 0 0.08 0.50 0.59 50.77 0.33 0.31
Hex 68 60 34 0 8 32 3B 33 21 1F
Octal 150 140 64 0 10 62 73 63 41 37
Binary 1101000 1100000 110100 0 1000 110010 111011 110011 100001 11111

Color Harmonies of #686034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686034

Black with #686034

Text Example


Text Example

White with #686034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686034; }

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

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

background-color css

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

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

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

border-color css

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

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

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