Html Css Color HEX #685B4C Domino

📋 copy color: '#685B4C'

red 104 ◦ green 91 ◦ blue 76

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

Shades of Domino #685B4C

Tints of Domino #685B4C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.58%

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 38.38%
G = 33.58%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#685B4C (or 0x685B4C) is known color: Domino. HEX triplet: 68, 5B and 4C. RGB value is (104,91,76). Sum of RGB (Red+Green+Blue) = 104+91+76=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #685B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B4C is #97A4B3. Grayscale: #5D5D5D. Windows color (decimal): -9938100 or 5004136. OLE color: 5004136.

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

Color convert

RGB 104 91 76 -
CMYK 0 0.12 0.27 0.59
HSL 32.14º 0.16% 0.35% -
HSV(B) 32.14º 0.27% 0.41% -
XYZ 10.75 10.95 8.38 -
YUV 93.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 104 91 76 0 0.12 0.27 0.59 32.14 0.16 0.35
Hex 68 5B 4C 0 C 1B 3B 20 10 23
Octal 150 133 114 0 14 33 73 40 20 43
Binary 1101000 1011011 1001100 0 1100 11011 111011 100000 10000 100011

Color Harmonies of #685B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B4C

Black with #685B4C

Text Example


Text Example

White with #685B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,91,76); }

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

background-color css

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

 a { background-color: rgb(104,91,76); }

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

border-color css

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

 span { border-color: rgb(104,91,76); }

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