#69594C

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

Shades of Domino #69594C

Tints of Domino #69594C

Color information

#69594C (or 0x69594C) is unknown color: approx Domino. HEX triplet: 69, 59 and 4C. RGB value is (105,89,76). Sum of RGB (Red+Green+Blue) = 105+89+76=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #69594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69594C is #96A6B3. Grayscale: #5C5C5C. Windows color (decimal): -9873076 or 5003625. OLE color: 5003625.

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

Color convert

RGB1058976-
CMYK00.150.280.59
HSL26.9º16.02%35.49%-
HSV(B)26.9º27.62%41.18%-
XYZ10.710.678.33-
YUV92.3118.8137.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=38.89%
G=32.96%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105897600.150.280.5926.916.0235.49
Hex69594C0F1C3B1b1023
Octal1511311140173473332043
Binary11010011011001100110001111111001110111101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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