Html Css Color HEX #68594B Domino

📋 copy color: '#68594B'

red 104 ◦ green 89 ◦ blue 75

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

Shades of Domino #68594B

Tints of Domino #68594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 38.81%
G = 33.21%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68594B (or 0x68594B) is known color: Domino. HEX triplet: 68, 59 and 4B. RGB value is (104,89,75). Sum of RGB (Red+Green+Blue) = 104+89+75=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #68594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68594B is #97A6B4. Grayscale: #5B5B5B. Windows color (decimal): -9938613 or 4938088. OLE color: 4938088.

HSL color Cylindrical-coordinate representation of color #68594B: hue angle of 28.97º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68594B is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 89 75 -
CMYK 0 0.14 0.28 0.59
HSL 28.97º 0.16% 0.35% -
HSV(B) 28.97º 0.28% 0.41% -
XYZ 10.55 10.6 8.15 -
YUV 91.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 104 89 75 0 0.14 0.28 0.59 28.97 0.16 0.35
Hex 68 59 4B 0 E 1C 3B 1D 10 23
Octal 150 131 113 0 16 34 73 35 20 43
Binary 1101000 1011001 1001011 0 1110 11100 111011 11101 10000 100011

Color Harmonies of #68594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68594B

Black with #68594B

Text Example


Text Example

White with #68594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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