#6D4C28

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

Shades of Cafe Royale #6D4C28

Tints of Cafe Royale #6D4C28

Color information

#6D4C28 (or 0x6D4C28) is unknown color: approx Cafe Royale. HEX triplet: 6D, 4C and 28. RGB value is (109,76,40). Sum of RGB (Red+Green+Blue) = 109+76+40=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4C28 is #92B3D7. Grayscale: #515151. Windows color (decimal): -9614296 or 2641005. OLE color: 2641005.

HSL color Cylindrical-coordinate representation of color #6D4C28: hue angle of 31.3º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D4C28 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB1097640-
CMYK00.300.630.57
HSL31.3º46.31%29.22%-
HSV(B)31.3º63.3%42.75%-
XYZ9.278.573.17-
YUV81.76104.43147.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=48.44%
G=33.78%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109764000.300.630.5731.346.3129.22
Hex6D4C2801E3F391f2e1d
Octal155114500367771375635
Binary110110110011001010000111101111111110011111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,76,40); }

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

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

 a { background-color: rgb(109,76,40); }

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

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

 span { border-color: rgb(109,76,40); }

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