Html Css Color HEX #685D13 Costa Del Sol

📋 copy color: '#685D13'

red 104 ◦ green 93 ◦ blue 19

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

Shades of Costa Del Sol #685D13

Tints of Costa Del Sol #685D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 48.15%
G = 43.06%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#685D13 (or 0x685D13) is known color: Costa Del Sol. HEX triplet: 68, 5D and 13. RGB value is (104,93,19). Sum of RGB (Red+Green+Blue) = 104+93+19=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #685D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D13 is #97A2EC. Grayscale: #585858. Windows color (decimal): -9937645 or 1269096. OLE color: 1269096.

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

Color convert

RGB 104 93 19 -
CMYK 0 0.11 0.82 0.59
HSL 52.24º 0.69% 0.24% -
HSV(B) 52.24º 0.82% 0.41% -
XYZ 9.74 10.82 2.19 -
YUV 87.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 104 93 19 0 0.11 0.82 0.59 52.24 0.69 0.24
Hex 68 5D 13 0 B 52 3B 34 45 18
Octal 150 135 23 0 13 122 73 64 105 30
Binary 1101000 1011101 10011 0 1011 1010010 111011 110100 1000101 11000

Color Harmonies of #685D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D13

Black with #685D13

Text Example


Text Example

White with #685D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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