Html Css Color HEX #685F19 Costa Del Sol

📋 copy color: '#685F19'

red 104 ◦ green 95 ◦ blue 25

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

Shades of Costa Del Sol #685F19

Tints of Costa Del Sol #685F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.16%

R = 46.43%
G = 42.41%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#685F19 (or 0x685F19) is known color: Costa Del Sol. HEX triplet: 68, 5F and 19. RGB value is (104,95,25). Sum of RGB (Red+Green+Blue) = 104+95+25=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #685F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685F19 is #97A0E6. Grayscale: #5A5A5A. Windows color (decimal): -9937127 or 1662824. OLE color: 1662824.

HSL color Cylindrical-coordinate representation of color #685F19: hue angle of 53.16º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #685F19 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 95 25 -
CMYK 0 0.09 0.76 0.59
HSL 53.16º 0.61% 0.25% -
HSV(B) 53.16º 0.76% 0.41% -
XYZ 9.98 11.2 2.56 -
YUV 89.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 104 95 25 0 0.09 0.76 0.59 53.16 0.61 0.25
Hex 68 5F 19 0 9 4C 3B 35 3D 19
Octal 150 137 31 0 11 114 73 65 75 31
Binary 1101000 1011111 11001 0 1001 1001100 111011 110101 111101 11001

Color Harmonies of #685F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F19

Black with #685F19

Text Example


Text Example

White with #685F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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