Html Css Color HEX #685949 Domino

📋 copy color: '#685949'

red 104 ◦ green 89 ◦ blue 73

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

Shades of Domino #685949

Tints of Domino #685949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.46%

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

R = 39.1%
G = 33.46%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#685949 (or 0x685949) is known color: Domino. HEX triplet: 68, 59 and 49. RGB value is (104,89,73). Sum of RGB (Red+Green+Blue) = 104+89+73=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #685949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685949 is #97A6B6. Grayscale: #5B5B5B. Windows color (decimal): -9938615 or 4807016. OLE color: 4807016.

HSL color Cylindrical-coordinate representation of color #685949: hue angle of 30.97º 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 #685949 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 89 73 -
CMYK 0 0.14 0.30 0.59
HSL 30.97º 0.18% 0.35% -
HSV(B) 30.97º 0.3% 0.41% -
XYZ 10.48 10.57 7.79 -
YUV 91.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 104 89 73 0 0.14 0.30 0.59 30.97 0.18 0.35
Hex 68 59 49 0 E 1E 3B 1F 12 23
Octal 150 131 111 0 16 36 73 37 22 43
Binary 1101000 1011001 1001001 0 1110 11110 111011 11111 10010 100011

Color Harmonies of #685949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685949

Black with #685949

Text Example


Text Example

White with #685949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685949; }

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

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

background-color css

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

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

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

border-color css

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

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

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