Html Css Color HEX #685D29 Costa Del Sol

📋 copy color: '#685D29'

red 104 ◦ green 93 ◦ blue 41

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

Shades of Costa Del Sol #685D29

Tints of Costa Del Sol #685D29

RGB

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

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

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

R = 43.7%
G = 39.08%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#685D29 (or 0x685D29) is known color: Costa Del Sol. HEX triplet: 68, 5D and 29. RGB value is (104,93,41). Sum of RGB (Red+Green+Blue) = 104+93+41=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #685D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D29 is #97A2D6. Grayscale: #5A5A5A. Windows color (decimal): -9937623 or 2710888. OLE color: 2710888.

HSL color Cylindrical-coordinate representation of color #685D29: hue angle of 49.52º 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 #685D29 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 93 41 -
CMYK 0 0.11 0.61 0.59
HSL 49.52º 0.43% 0.28% -
HSV(B) 49.52º 0.61% 0.41% -
XYZ 10.02 10.93 3.68 -
YUV 90.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 104 93 41 0 0.11 0.61 0.59 49.52 0.43 0.28
Hex 68 5D 29 0 B 3D 3B 32 2B 1C
Octal 150 135 51 0 13 75 73 62 53 34
Binary 1101000 1011101 101001 0 1011 111101 111011 110010 101011 11100

Color Harmonies of #685D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D29

Black with #685D29

Text Example


Text Example

White with #685D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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