Html Css Color HEX #685F13 Costa Del Sol

📋 copy color: '#685F13'

red 104 ◦ green 95 ◦ blue 19

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

Shades of Costa Del Sol #685F13

Tints of Costa Del Sol #685F13

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.58%

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

R = 47.71%
G = 43.58%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#685F13 (or 0x685F13) is known color: Costa Del Sol. HEX triplet: 68, 5F and 13. RGB value is (104,95,19). Sum of RGB (Red+Green+Blue) = 104+95+19=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #685F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685F13 is #97A0EC. Grayscale: #595959. Windows color (decimal): -9937133 or 1269608. OLE color: 1269608.

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

Color convert

RGB 104 95 19 -
CMYK 0 0.09 0.82 0.59
HSL 53.65º 0.69% 0.24% -
HSV(B) 53.65º 0.82% 0.41% -
XYZ 9.92 11.17 2.25 -
YUV 89.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 104 95 19 0 0.09 0.82 0.59 53.65 0.69 0.24
Hex 68 5F 13 0 9 52 3B 36 45 18
Octal 150 137 23 0 11 122 73 66 105 30
Binary 1101000 1011111 10011 0 1001 1010010 111011 110110 1000101 11000

Color Harmonies of #685F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F13

Black with #685F13

Text Example


Text Example

White with #685F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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