#69594E

Color #69594E Domino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Domino #69594E

Tints of Domino #69594E

Color information

#69594E (or 0x69594E) is unknown color: approx Domino. HEX triplet: 69, 59 and 4E. RGB value is (105,89,78). Sum of RGB (Red+Green+Blue) = 105+89+78=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #69594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69594E is #96A6B1. Grayscale: #5C5C5C. Windows color (decimal): -9873074 or 5134697. OLE color: 5134697.

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

Color convert

RGB1058978-
CMYK00.150.260.59
HSL24.44º14.75%35.88%-
HSV(B)24.44º25.71%41.18%-
XYZ10.7710.78.7-
YUV92.53119.8136.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.60%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=38.60%
G=32.72%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105897800.150.260.5924.4414.7535.88
Hex69594E0F1A3B18f24
Octal1511311160173273301744
Binary1101001101100110011100111111010111011110001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #69594E;
 }
 .AnyTagClassName
 {
   color: #69594E;
 }
</style>
background-color css

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

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

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

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

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

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