#6A4C24

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

Shades of Cafe Royale #6A4C24

Tints of Cafe Royale #6A4C24

Color information

#6A4C24 (or 0x6A4C24) is unknown color: approx Cafe Royale. HEX triplet: 6A, 4C and 24. RGB value is (106,76,36). Sum of RGB (Red+Green+Blue) = 106+76+36=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4C24 is #95B3DB. Grayscale: #505050. Windows color (decimal): -9810908 or 2378858. OLE color: 2378858.

HSL color Cylindrical-coordinate representation of color #6A4C24: hue angle of 34.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A4C24 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB1067636-
CMYK00.280.660.58
HSL34.29º49.3%27.84%-
HSV(B)34.29º66.04%41.57%-
XYZ8.858.362.82-
YUV80.41102.94146.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.62%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 36 (14.45% from 255) = 16.51%
R=48.62%
G=34.86%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106763600.280.660.5834.2949.327.84
Hex6A4C2401C423A22311c
Octal1521144403410272426134
Binary11010101001100100100011100100001011101010001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,76,36); }

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

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

 a { background-color: rgb(106,76,36); }

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

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

 span { border-color: rgb(106,76,36); }

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