Html Css Color HEX #685848 Domino

📋 copy color: '#685848'

red 104 ◦ green 88 ◦ blue 72

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

Shades of Domino #685848

Tints of Domino #685848

RGB

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

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

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

R = 39.39%
G = 33.33%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#685848 (or 0x685848) is known color: Domino. HEX triplet: 68, 58 and 48. RGB value is (104,88,72). Sum of RGB (Red+Green+Blue) = 104+88+72=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #685848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685848 is #97A7B7. Grayscale: #5B5B5B. Windows color (decimal): -9938872 or 4741224. OLE color: 4741224.

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

Color convert

RGB 104 88 72 -
CMYK 0 0.15 0.31 0.59
HSL 30º 0.18% 0.35% -
HSV(B) 30º 0.31% 0.41% -
XYZ 10.37 10.39 7.59 -
YUV 90.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 104 88 72 0 0.15 0.31 0.59 30 0.18 0.35
Hex 68 58 48 0 F 1F 3B 1E 12 23
Octal 150 130 110 0 17 37 73 36 22 43
Binary 1101000 1011000 1001000 0 1111 11111 111011 11110 10010 100011

Color Harmonies of #685848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685848

Black with #685848

Text Example


Text Example

White with #685848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685848; }

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

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

background-color css

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

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

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

border-color css

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

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

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