Html Css Color HEX #685A49 Domino

📋 copy color: '#685A49'

red 104 ◦ green 90 ◦ blue 73

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

Shades of Domino #685A49

Tints of Domino #685A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.71%

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 38.95%
G = 33.71%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#685A49 (or 0x685A49) is known color: Domino. HEX triplet: 68, 5A and 49. RGB value is (104,90,73). Sum of RGB (Red+Green+Blue) = 104+90+73=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #685A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A49 is #97A5B6. Grayscale: #5C5C5C. Windows color (decimal): -9938359 or 4807272. OLE color: 4807272.

HSL color Cylindrical-coordinate representation of color #685A49: hue angle of 32.9º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #685A49 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 90 73 -
CMYK 0 0.13 0.30 0.59
HSL 32.9º 0.18% 0.35% -
HSV(B) 32.9º 0.3% 0.41% -
XYZ 10.57 10.74 7.82 -
YUV 92.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 104 90 73 0 0.13 0.30 0.59 32.9 0.18 0.35
Hex 68 5A 49 0 D 1E 3B 21 12 23
Octal 150 132 111 0 15 36 73 41 22 43
Binary 1101000 1011010 1001001 0 1101 11110 111011 100001 10010 100011

Color Harmonies of #685A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A49

Black with #685A49

Text Example


Text Example

White with #685A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,90,73); }

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

background-color css

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

 a { background-color: rgb(104,90,73); }

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

border-color css

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

 span { border-color: rgb(104,90,73); }

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