Html Css Color HEX #68594E Domino

📋 copy color: '#68594E'

red 104 ◦ green 89 ◦ blue 78

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

Shades of Domino #68594E

Tints of Domino #68594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.84%

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

R = 38.38%
G = 32.84%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68594E (or 0x68594E) is known color: Domino. HEX triplet: 68, 59 and 4E. RGB value is (104,89,78). Sum of RGB (Red+Green+Blue) = 104+89+78=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #68594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68594E is #97A6B1. Grayscale: #5C5C5C. Windows color (decimal): -9938610 or 5134696. OLE color: 5134696.

HSL color Cylindrical-coordinate representation of color #68594E: hue angle of 25.38º 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 #68594E is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 89 78 -
CMYK 0 0.14 0.25 0.59
HSL 25.38º 0.14% 0.36% -
HSV(B) 25.38º 0.25% 0.41% -
XYZ 10.66 10.64 8.7 -
YUV 92.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 104 89 78 0 0.14 0.25 0.59 25.38 0.14 0.36
Hex 68 59 4E 0 E 19 3B 19 E 24
Octal 150 131 116 0 16 31 73 31 16 44
Binary 1101000 1011001 1001110 0 1110 11001 111011 11001 1110 100100

Color Harmonies of #68594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68594E

Black with #68594E

Text Example


Text Example

White with #68594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68594E; }

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

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

background-color css

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

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

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

border-color css

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

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

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