#6D472A

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

Shades of Cafe Royale #6D472A

Tints of Cafe Royale #6D472A

Color information

#6D472A (or 0x6D472A) is unknown color: approx Cafe Royale. HEX triplet: 6D, 47 and 2A. RGB value is (109,71,42). Sum of RGB (Red+Green+Blue) = 109+71+42=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D472A is #92B8D5. Grayscale: #4F4F4F. Windows color (decimal): -9615574 or 2770797. OLE color: 2770797.

HSL color Cylindrical-coordinate representation of color #6D472A: hue angle of 25.97º degrees, saturation: 0.44, 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 #6D472A is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1097142-
CMYK00.350.610.57
HSL25.97º44.37%29.61%-
HSV(B)25.97º61.47%42.75%-
XYZ8.987.923.25-
YUV79.06107.09149.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.10%
GREEN value IS 71 (28.12% from 255) = 31.98%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=49.10%
G=31.98%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109714200.350.610.5725.9744.3729.61
Hex6D472A0233D391a2c1e
Octal155107520437571325436
Binary1101101100011110101001000111111011110011101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,71,42); }

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

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

 a { background-color: rgb(109,71,42); }

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

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

 span { border-color: rgb(109,71,42); }

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