Html Css Color HEX #68584D Domino

📋 copy color: '#68584D'

red 104 ◦ green 88 ◦ blue 77

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

Shades of Domino #68584D

Tints of Domino #68584D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.62%

R = 38.66%
G = 32.71%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68584D (or 0x68584D) is known color: Domino. HEX triplet: 68, 58 and 4D. RGB value is (104,88,77). Sum of RGB (Red+Green+Blue) = 104+88+77=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #68584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68584D is #97A7B2. Grayscale: #5B5B5B. Windows color (decimal): -9938867 or 5068904. OLE color: 5068904.

HSL color Cylindrical-coordinate representation of color #68584D: hue angle of 24.44º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68584D is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 88 77 -
CMYK 0 0.15 0.26 0.59
HSL 24.44º 0.15% 0.35% -
HSV(B) 24.44º 0.26% 0.41% -
XYZ 10.54 10.46 8.48 -
YUV 91.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 104 88 77 0 0.15 0.26 0.59 24.44 0.15 0.35
Hex 68 58 4D 0 F 1A 3B 18 F 23
Octal 150 130 115 0 17 32 73 30 17 43
Binary 1101000 1011000 1001101 0 1111 11010 111011 11000 1111 100011

Color Harmonies of #68584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68584D

Black with #68584D

Text Example


Text Example

White with #68584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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