#6F4C2C

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

Shades of Cafe Royale #6F4C2C

Tints of Cafe Royale #6F4C2C

Color information

#6F4C2C (or 0x6F4C2C) is unknown color: approx Cafe Royale. HEX triplet: 6F, 4C and 2C. RGB value is (111,76,44). Sum of RGB (Red+Green+Blue) = 111+76+44=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C2C is #90B3D3. Grayscale: #525252. Windows color (decimal): -9483220 or 2903151. OLE color: 2903151.

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

Color convert

RGB1117644-
CMYK00.320.600.56
HSL28.66º43.23%30.39%-
HSV(B)28.66º60.36%43.53%-
XYZ9.598.733.56-
YUV82.82106.1148.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=48.05%
G=32.90%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111764400.320.600.5628.6643.2330.39
Hex6F4C2C0203C381d2b1e
Octal157114540407470355336
Binary1101111100110010110001000001111001110001110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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