#6D492B

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

Shades of Cafe Royale #6D492B

Tints of Cafe Royale #6D492B

Color information

#6D492B (or 0x6D492B) is unknown color: approx Cafe Royale. HEX triplet: 6D, 49 and 2B. RGB value is (109,73,43). Sum of RGB (Red+Green+Blue) = 109+73+43=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D492B is #92B6D4. Grayscale: #505050. Windows color (decimal): -9615061 or 2836845. OLE color: 2836845.

HSL color Cylindrical-coordinate representation of color #6D492B: hue angle of 27.27º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D492B is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1097343-
CMYK00.330.610.57
HSL27.27º43.42%29.8%-
HSV(B)27.27º60.55%42.75%-
XYZ9.138.193.39-
YUV80.34106.93148.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=48.44%
G=32.44%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109734300.330.610.5727.2743.4229.8
Hex6D492B0213D391b2b1e
Octal155111530417571335336
Binary1101101100100110101101000011111011110011101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,73,43); }

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

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

 a { background-color: rgb(109,73,43); }

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

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

 span { border-color: rgb(109,73,43); }

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