Html Css Color HEX #685849 Domino

📋 copy color: '#685849'

red 104 ◦ green 88 ◦ blue 73

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

Shades of Domino #685849

Tints of Domino #685849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.21%

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

R = 39.25%
G = 33.21%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#685849 (or 0x685849) is known color: Domino. HEX triplet: 68, 58 and 49. RGB value is (104,88,73). Sum of RGB (Red+Green+Blue) = 104+88+73=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #685849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685849 is #97A7B6. Grayscale: #5B5B5B. Windows color (decimal): -9938871 or 4806760. OLE color: 4806760.

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

Color convert

RGB 104 88 73 -
CMYK 0 0.15 0.30 0.59
HSL 29.03º 0.18% 0.35% -
HSV(B) 29.03º 0.3% 0.41% -
XYZ 10.4 10.4 7.76 -
YUV 91.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 104 88 73 0 0.15 0.30 0.59 29.03 0.18 0.35
Hex 68 58 49 0 F 1E 3B 1D 12 23
Octal 150 130 111 0 17 36 73 35 22 43
Binary 1101000 1011000 1001001 0 1111 11110 111011 11101 10010 100011

Color Harmonies of #685849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685849

Black with #685849

Text Example


Text Example

White with #685849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685849; }

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

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

background-color css

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

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

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

border-color css

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

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

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