#6F594C

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

Shades of Domino #6F594C

Tints of Domino #6F594C

Color information

#6F594C (or 0x6F594C) is unknown color: approx Domino. HEX triplet: 6F, 59 and 4C. RGB value is (111,89,76). Sum of RGB (Red+Green+Blue) = 111+89+76=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F594C is #90A6B3. Grayscale: #5E5E5E. Windows color (decimal): -9479860 or 5003631. OLE color: 5003631.

HSL color Cylindrical-coordinate representation of color #6F594C: hue angle of 22.29º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F594C is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1118976-
CMYK00.200.320.56
HSL22.29º18.72%36.67%-
HSV(B)22.29º31.53%43.53%-
XYZ11.4311.058.37-
YUV94.1117.79140.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.22%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=40.22%
G=32.25%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111897600.200.320.5622.2918.7236.67
Hex6F594C0142038161325
Octal1571311140244070262345
Binary1101111101100110011000101001000001110001011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F594C; }

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

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

<style>
 a { background-color: #6F594C; }

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

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

<style>
 span { border-color: #6F594C; }

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

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