Html Css Color HEX #685A4A Domino

📋 copy color: '#685A4A'

red 104 ◦ green 90 ◦ blue 74

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

Shades of Domino #685A4A

Tints of Domino #685A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.58%

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 38.81%
G = 33.58%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#685A4A (or 0x685A4A) is known color: Domino. HEX triplet: 68, 5A and 4A. RGB value is (104,90,74). Sum of RGB (Red+Green+Blue) = 104+90+74=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #685A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A4A is #97A5B5. Grayscale: #5C5C5C. Windows color (decimal): -9938358 or 4872808. OLE color: 4872808.

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

Color convert

RGB 104 90 74 -
CMYK 0 0.13 0.29 0.59
HSL 32º 0.17% 0.35% -
HSV(B) 32º 0.29% 0.41% -
XYZ 10.6 10.75 7.99 -
YUV 92.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 104 90 74 0 0.13 0.29 0.59 32 0.17 0.35
Hex 68 5A 4A 0 D 1D 3B 20 11 23
Octal 150 132 112 0 15 35 73 40 21 43
Binary 1101000 1011010 1001010 0 1101 11101 111011 100000 10001 100011

Color Harmonies of #685A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A4A

Black with #685A4A

Text Example


Text Example

White with #685A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,90,74); }

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

background-color css

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

 a { background-color: rgb(104,90,74); }

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

border-color css

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

 span { border-color: rgb(104,90,74); }

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