Html Css Color HEX #685B18 Costa Del Sol

📋 copy color: '#685B18'

red 104 ◦ green 91 ◦ blue 24

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

Shades of Costa Del Sol #685B18

Tints of Costa Del Sol #685B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.96%

R = 47.49%
G = 41.55%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#685B18 (or 0x685B18) is known color: Costa Del Sol. HEX triplet: 68, 5B and 18. RGB value is (104,91,24). Sum of RGB (Red+Green+Blue) = 104+91+24=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #685B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685B18 is #97A4E7. Grayscale: #575757. Windows color (decimal): -9938152 or 1596264. OLE color: 1596264.

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

Color convert

RGB 104 91 24 -
CMYK 0 0.12 0.77 0.59
HSL 50.25º 0.63% 0.25% -
HSV(B) 50.25º 0.77% 0.41% -
XYZ 9.61 10.49 2.38 -
YUV 87.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 104 91 24 0 0.12 0.77 0.59 50.25 0.63 0.25
Hex 68 5B 18 0 C 4D 3B 32 3E 19
Octal 150 133 30 0 14 115 73 62 76 31
Binary 1101000 1011011 11000 0 1100 1001101 111011 110010 111110 11001

Color Harmonies of #685B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B18

Black with #685B18

Text Example


Text Example

White with #685B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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