Html Css Color HEX #68584E Domino

📋 copy color: '#68584E'

red 104 ◦ green 88 ◦ blue 78

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

Shades of Domino #68584E

Tints of Domino #68584E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

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

R = 38.52%
G = 32.59%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#68584E (or 0x68584E) is known color: Domino. HEX triplet: 68, 58 and 4E. RGB value is (104,88,78). Sum of RGB (Red+Green+Blue) = 104+88+78=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #68584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68584E is #97A7B1. Grayscale: #5B5B5B. Windows color (decimal): -9938866 or 5134440. OLE color: 5134440.

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

Color convert

RGB 104 88 78 -
CMYK 0 0.15 0.25 0.59
HSL 23.08º 0.14% 0.36% -
HSV(B) 23.08º 0.25% 0.41% -
XYZ 10.57 10.47 8.67 -
YUV 91.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 104 88 78 0 0.15 0.25 0.59 23.08 0.14 0.36
Hex 68 58 4E 0 F 19 3B 17 E 24
Octal 150 130 116 0 17 31 73 27 16 44
Binary 1101000 1011000 1001110 0 1111 11001 111011 10111 1110 100100

Color Harmonies of #68584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68584E

Black with #68584E

Text Example


Text Example

White with #68584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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