#6F4E2C

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

Shades of Cafe Royale #6F4E2C

Tints of Cafe Royale #6F4E2C

Color information

#6F4E2C (or 0x6F4E2C) is unknown color: approx Cafe Royale. HEX triplet: 6F, 4E and 2C. RGB value is (111,78,44). Sum of RGB (Red+Green+Blue) = 111+78+44=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E2C is #90B1D3. Grayscale: #545454. Windows color (decimal): -9482708 or 2903663. OLE color: 2903663.

HSL color Cylindrical-coordinate representation of color #6F4E2C: hue angle of 30.45º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F4E2C is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1117844-
CMYK00.300.600.56
HSL30.45º43.23%30.39%-
HSV(B)30.45º60.36%43.53%-
XYZ9.739.013.61-
YUV83.99105.43147.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.64%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=47.64%
G=33.48%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111784400.300.600.5630.4543.2330.39
Hex6F4E2C01E3C381e2b1e
Octal157116540367470365336
Binary110111110011101011000111101111001110001111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,78,44); }

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

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

 a { background-color: rgb(111,78,44); }

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

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

 span { border-color: rgb(111,78,44); }

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