#69584C

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

Shades of Domino #69584C

Tints of Domino #69584C

Color information

#69584C (or 0x69584C) is unknown color: approx Domino. HEX triplet: 69, 58 and 4C. RGB value is (105,88,76). Sum of RGB (Red+Green+Blue) = 105+88+76=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #69584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69584C is #96A7B3. Grayscale: #5B5B5B. Windows color (decimal): -9873332 or 5003369. OLE color: 5003369.

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

Color convert

RGB1058876-
CMYK00.160.280.59
HSL24.83º16.02%35.49%-
HSV(B)24.83º27.62%41.18%-
XYZ10.6210.58.31-
YUV91.72119.13137.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=39.03%
G=32.71%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105887600.160.280.5924.8316.0235.49
Hex69584C0101C3B191023
Octal1511301140203473312043
Binary110100110110001001100010000111001110111100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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