Html Css Color HEX #685E15 Costa Del Sol

📋 copy color: '#685E15'

red 104 ◦ green 94 ◦ blue 21

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

Shades of Costa Del Sol #685E15

Tints of Costa Del Sol #685E15

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.92%

 BLUE value IS 21 (8.59% from 255) = 9.59%

R = 47.49%
G = 42.92%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#685E15 (or 0x685E15) is known color: Costa Del Sol. HEX triplet: 68, 5E and 15. RGB value is (104,94,21). Sum of RGB (Red+Green+Blue) = 104+94+21=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #685E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685E15 is #97A1EA. Grayscale: #585858. Windows color (decimal): -9937387 or 1400424. OLE color: 1400424.

HSL color Cylindrical-coordinate representation of color #685E15: hue angle of 52.77º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #685E15 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 94 21 -
CMYK 0 0.10 0.80 0.59
HSL 52.77º 0.66% 0.25% -
HSV(B) 52.77º 0.8% 0.41% -
XYZ 9.85 11 2.31 -
YUV 88.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 104 94 21 0 0.10 0.80 0.59 52.77 0.66 0.25
Hex 68 5E 15 0 A 50 3B 35 42 19
Octal 150 136 25 0 12 120 73 65 102 31
Binary 1101000 1011110 10101 0 1010 1010000 111011 110101 1000010 11001

Color Harmonies of #685E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E15

Black with #685E15

Text Example


Text Example

White with #685E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,94,21); }

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

background-color css

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

 a { background-color: rgb(104,94,21); }

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

border-color css

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

 span { border-color: rgb(104,94,21); }

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