Html Css Color HEX #685C13 Costa Del Sol

📋 copy color: '#685C13'

red 104 ◦ green 92 ◦ blue 19

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

Shades of Costa Del Sol #685C13

Tints of Costa Del Sol #685C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.79%

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

R = 48.37%
G = 42.79%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#685C13 (or 0x685C13) is known color: Costa Del Sol. HEX triplet: 68, 5C and 13. RGB value is (104,92,19). Sum of RGB (Red+Green+Blue) = 104+92+19=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #685C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685C13 is #97A3EC. Grayscale: #575757. Windows color (decimal): -9937901 or 1268840. OLE color: 1268840.

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

Color convert

RGB 104 92 19 -
CMYK 0 0.12 0.82 0.59
HSL 51.53º 0.69% 0.24% -
HSV(B) 51.53º 0.82% 0.41% -
XYZ 9.65 10.64 2.16 -
YUV 87.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 104 92 19 0 0.12 0.82 0.59 51.53 0.69 0.24
Hex 68 5C 13 0 C 52 3B 34 45 18
Octal 150 134 23 0 14 122 73 64 105 30
Binary 1101000 1011100 10011 0 1100 1010010 111011 110100 1000101 11000

Color Harmonies of #685C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C13

Black with #685C13

Text Example


Text Example

White with #685C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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