Html Css Color HEX #685C12 Costa Del Sol

📋 copy color: '#685C12'

red 104 ◦ green 92 ◦ blue 18

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

Shades of Costa Del Sol #685C12

Tints of Costa Del Sol #685C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 48.6%
G = 42.99%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#685C12 (or 0x685C12) is known color: Costa Del Sol. HEX triplet: 68, 5C and 12. RGB value is (104,92,18). Sum of RGB (Red+Green+Blue) = 104+92+18=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #685C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685C12 is #97A3ED. Grayscale: #575757. Windows color (decimal): -9937902 or 1203304. OLE color: 1203304.

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

Color convert

RGB 104 92 18 -
CMYK 0 0.12 0.83 0.59
HSL 51.63º 0.7% 0.24% -
HSV(B) 51.63º 0.83% 0.41% -
XYZ 9.65 10.64 2.12 -
YUV 87.15 88.98 140.02 -
System Red Green Blue C M Y K H S L
Decimal 104 92 18 0 0.12 0.83 0.59 51.63 0.7 0.24
Hex 68 5C 12 0 C 53 3B 34 46 18
Octal 150 134 22 0 14 123 73 64 106 30
Binary 1101000 1011100 10010 0 1100 1010011 111011 110100 1000110 11000

Color Harmonies of #685C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C12

Black with #685C12

Text Example


Text Example

White with #685C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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