Html Css Color HEX #685B50 Domino

📋 copy color: '#685B50'

red 104 ◦ green 91 ◦ blue 80

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

Shades of Domino #685B50

Tints of Domino #685B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.09%

R = 37.82%
G = 33.09%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#685B50 (or 0x685B50) is known color: Domino. HEX triplet: 68, 5B and 50. RGB value is (104,91,80). Sum of RGB (Red+Green+Blue) = 104+91+80=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #685B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B50 is #97A4AF. Grayscale: #5D5D5D. Windows color (decimal): -9938096 or 5266280. OLE color: 5266280.

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

Color convert

RGB 104 91 80 -
CMYK 0 0.12 0.23 0.59
HSL 27.5º 0.13% 0.36% -
HSV(B) 27.5º 0.23% 0.41% -
XYZ 10.9 11 9.14 -
YUV 93.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 104 91 80 0 0.12 0.23 0.59 27.5 0.13 0.36
Hex 68 5B 50 0 C 17 3B 1C D 24
Octal 150 133 120 0 14 27 73 34 15 44
Binary 1101000 1011011 1010000 0 1100 10111 111011 11100 1101 100100

Color Harmonies of #685B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B50

Black with #685B50

Text Example


Text Example

White with #685B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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