#6D4A28

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

Shades of Cafe Royale #6D4A28

Tints of Cafe Royale #6D4A28

Color information

#6D4A28 (or 0x6D4A28) is unknown color: approx Cafe Royale. HEX triplet: 6D, 4A and 28. RGB value is (109,74,40). Sum of RGB (Red+Green+Blue) = 109+74+40=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A28 is #92B5D7. Grayscale: #505050. Windows color (decimal): -9614808 or 2640493. OLE color: 2640493.

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

Color convert

RGB1097440-
CMYK00.320.630.57
HSL29.57º46.31%29.22%-
HSV(B)29.57º63.3%42.75%-
XYZ9.148.33.13-
YUV80.59105.1148.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.88%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=48.88%
G=33.18%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109744000.320.630.5729.5746.3129.22
Hex6D4A280203F391e2e1d
Octal155112500407771365635
Binary1101101100101010100001000001111111110011111010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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