Html Css Color HEX #685B15 Costa Del Sol

📋 copy color: '#685B15'

red 104 ◦ green 91 ◦ blue 21

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

Shades of Costa Del Sol #685B15

Tints of Costa Del Sol #685B15

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.13%

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

R = 48.15%
G = 42.13%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#685B15 (or 0x685B15) is known color: Costa Del Sol. HEX triplet: 68, 5B and 15. RGB value is (104,91,21). Sum of RGB (Red+Green+Blue) = 104+91+21=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #685B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685B15 is #97A4EA. Grayscale: #575757. Windows color (decimal): -9938155 or 1399656. OLE color: 1399656.

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

Color convert

RGB 104 91 21 -
CMYK 0 0.12 0.80 0.59
HSL 50.6º 0.66% 0.25% -
HSV(B) 50.6º 0.8% 0.41% -
XYZ 9.59 10.48 2.23 -
YUV 86.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 104 91 21 0 0.12 0.80 0.59 50.6 0.66 0.25
Hex 68 5B 15 0 C 50 3B 33 42 19
Octal 150 133 25 0 14 120 73 63 102 31
Binary 1101000 1011011 10101 0 1100 1010000 111011 110011 1000010 11001

Color Harmonies of #685B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B15

Black with #685B15

Text Example


Text Example

White with #685B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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