Html Css Color HEX #685B4E Domino

📋 copy color: '#685B4E'

red 104 ◦ green 91 ◦ blue 78

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

Shades of Domino #685B4E

Tints of Domino #685B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.57%

R = 38.1%
G = 33.33%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#685B4E (or 0x685B4E) is known color: Domino. HEX triplet: 68, 5B and 4E. RGB value is (104,91,78). Sum of RGB (Red+Green+Blue) = 104+91+78=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B4E is #97A4B1. Grayscale: #5D5D5D. Windows color (decimal): -9938098 or 5135208. OLE color: 5135208.

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

Color convert

RGB 104 91 78 -
CMYK 0 0.12 0.25 0.59
HSL 30º 0.14% 0.36% -
HSV(B) 30º 0.25% 0.41% -
XYZ 10.83 10.98 8.76 -
YUV 93.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 104 91 78 0 0.12 0.25 0.59 30 0.14 0.36
Hex 68 5B 4E 0 C 19 3B 1E E 24
Octal 150 133 116 0 14 31 73 36 16 44
Binary 1101000 1011011 1001110 0 1100 11001 111011 11110 1110 100100

Color Harmonies of #685B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B4E

Black with #685B4E

Text Example


Text Example

White with #685B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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