Html Css Color HEX #685920 Costa Del Sol

📋 copy color: '#685920'

red 104 ◦ green 89 ◦ blue 32

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

Shades of Costa Del Sol #685920

Tints of Costa Del Sol #685920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.56%

 BLUE value IS 32 (12.89% from 255) = 14.22%

R = 46.22%
G = 39.56%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#685920 (or 0x685920) is known color: Costa Del Sol. HEX triplet: 68, 59 and 20. RGB value is (104,89,32). Sum of RGB (Red+Green+Blue) = 104+89+32=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #685920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685920 is #97A6DF. Grayscale: #575757. Windows color (decimal): -9938656 or 2120040. OLE color: 2120040.

HSL color Cylindrical-coordinate representation of color #685920: hue angle of 47.5º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #685920 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 89 32 -
CMYK 0 0.14 0.69 0.59
HSL 47.5º 0.53% 0.27% -
HSV(B) 47.5º 0.69% 0.41% -
XYZ 9.54 10.19 2.83 -
YUV 86.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 104 89 32 0 0.14 0.69 0.59 47.5 0.53 0.27
Hex 68 59 20 0 E 45 3B 30 35 1B
Octal 150 131 40 0 16 105 73 60 65 33
Binary 1101000 1011001 100000 0 1110 1000101 111011 110000 110101 11011

Color Harmonies of #685920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685920

Black with #685920

Text Example


Text Example

White with #685920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685920; }

 p { color: rgb(104,89,32); }

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

background-color css

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

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

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

border-color css

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

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

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