Html Css Color HEX #685748 Domino

📋 copy color: '#685748'

red 104 ◦ green 87 ◦ blue 72

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

Shades of Domino #685748

Tints of Domino #685748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.08%

 BLUE value IS 72 (28.52% from 255) = 27.38%

R = 39.54%
G = 33.08%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#685748 (or 0x685748) is known color: Domino. HEX triplet: 68, 57 and 48. RGB value is (104,87,72). Sum of RGB (Red+Green+Blue) = 104+87+72=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #685748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685748 is #97A8B7. Grayscale: #5A5A5A. Windows color (decimal): -9939128 or 4740968. OLE color: 4740968.

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

Color convert

RGB 104 87 72 -
CMYK 0 0.16 0.31 0.59
HSL 28.13º 0.18% 0.35% -
HSV(B) 28.13º 0.31% 0.41% -
XYZ 10.29 10.23 7.56 -
YUV 90.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 104 87 72 0 0.16 0.31 0.59 28.13 0.18 0.35
Hex 68 57 48 0 10 1F 3B 1C 12 23
Octal 150 127 110 0 20 37 73 34 22 43
Binary 1101000 1010111 1001000 0 10000 11111 111011 11100 10010 100011

Color Harmonies of #685748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685748

Black with #685748

Text Example


Text Example

White with #685748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685748; }

 p { color: rgb(104,87,72); }

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

background-color css

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

 a { background-color: rgb(104,87,72); }

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

border-color css

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

 span { border-color: rgb(104,87,72); }

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