#6F5C4C

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

Shades of Domino #6F5C4C

Tints of Domino #6F5C4C

Color information

#6F5C4C (or 0x6F5C4C) is unknown color: approx Domino. HEX triplet: 6F, 5C and 4C. RGB value is (111,92,76). Sum of RGB (Red+Green+Blue) = 111+92+76=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5C4C is #90A3B3. Grayscale: #5F5F5F. Windows color (decimal): -9479092 or 5004399. OLE color: 5004399.

HSL color Cylindrical-coordinate representation of color #6F5C4C: hue angle of 27.43º 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 #6F5C4C is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1119276-
CMYK00.170.320.56
HSL27.43º18.72%36.67%-
HSV(B)27.43º31.53%43.53%-
XYZ11.6911.568.45-
YUV95.86116.79138.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.78%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=39.78%
G=32.97%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111927600.170.320.5627.4318.7236.67
Hex6F5C4C01120381b1325
Octal1571341140214070332345
Binary1101111101110010011000100011000001110001101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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