Html Css Color HEX #685D09 Costa Del Sol

📋 copy color: '#685D09'

red 104 ◦ green 93 ◦ blue 9

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

Shades of Costa Del Sol #685D09

Tints of Costa Del Sol #685D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.37%

R = 50.49%
G = 45.15%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#685D09 (or 0x685D09) is known color: Costa Del Sol. HEX triplet: 68, 5D and 09. RGB value is (104,93,9). Sum of RGB (Red+Green+Blue) = 104+93+9=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #685D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D09 is #97A2F6. Grayscale: #575757. Windows color (decimal): -9937655 or 613736. OLE color: 613736.

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

Color convert

RGB 104 93 9 -
CMYK 0 0.11 0.91 0.59
HSL 53.05º 0.84% 0.22% -
HSV(B) 53.05º 0.91% 0.41% -
XYZ 9.67 10.79 1.83 -
YUV 86.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 104 93 9 0 0.11 0.91 0.59 53.05 0.84 0.22
Hex 68 5D 9 0 B 5B 3B 35 54 16
Octal 150 135 11 0 13 133 73 65 124 26
Binary 1101000 1011101 1001 0 1011 1011011 111011 110101 1010100 10110

Color Harmonies of #685D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D09

Black with #685D09

Text Example


Text Example

White with #685D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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