#6E4A29

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

Shades of Cafe Royale #6E4A29

Tints of Cafe Royale #6E4A29

Color information

#6E4A29 (or 0x6E4A29) is unknown color: approx Cafe Royale. HEX triplet: 6E, 4A and 29. RGB value is (110,74,41). Sum of RGB (Red+Green+Blue) = 110+74+41=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4A29 is #91B5D6. Grayscale: #515151. Windows color (decimal): -9549271 or 2706030. OLE color: 2706030.

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

Color convert

RGB1107441-
CMYK00.330.630.57
HSL28.7º45.7%29.61%-
HSV(B)28.7º62.73%43.14%-
XYZ9.288.373.22-
YUV81105.43148.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.89%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 41 (16.41% from 255) = 18.22%
R=48.89%
G=32.89%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110744100.330.630.5728.745.729.61
Hex6E4A290213F391d2e1e
Octal156112510417771355636
Binary1101110100101010100101000011111111110011110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,74,41); }

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

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

 a { background-color: rgb(110,74,41); }

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

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

 span { border-color: rgb(110,74,41); }

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