Html Css Color HEX #685D2F Costa Del Sol

📋 copy color: '#685D2F'

red 104 ◦ green 93 ◦ blue 47

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

Shades of Costa Del Sol #685D2F

Tints of Costa Del Sol #685D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.11%

 BLUE value IS 47 (18.75% from 255) = 19.26%

R = 42.62%
G = 38.11%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#685D2F (or 0x685D2F) is known color: Costa Del Sol. HEX triplet: 68, 5D and 2F. RGB value is (104,93,47). Sum of RGB (Red+Green+Blue) = 104+93+47=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #685D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D2F is #97A2D0. Grayscale: #5B5B5B. Windows color (decimal): -9937617 or 3104104. OLE color: 3104104.

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

Color convert

RGB 104 93 47 -
CMYK 0 0.11 0.55 0.59
HSL 48.42º 0.38% 0.3% -
HSV(B) 48.42º 0.55% 0.41% -
XYZ 10.14 10.98 4.27 -
YUV 91.05 103.14 137.24 -
System Red Green Blue C M Y K H S L
Decimal 104 93 47 0 0.11 0.55 0.59 48.42 0.38 0.3
Hex 68 5D 2F 0 B 37 3B 30 26 1E
Octal 150 135 57 0 13 67 73 60 46 36
Binary 1101000 1011101 101111 0 1011 110111 111011 110000 100110 11110

Color Harmonies of #685D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D2F

Black with #685D2F

Text Example


Text Example

White with #685D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685D2F; }

 p { color: rgb(104,93,47); }

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

background-color css

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

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

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

border-color css

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

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

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