#6A4827

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

Shades of Cafe Royale #6A4827

Tints of Cafe Royale #6A4827

Color information

#6A4827 (or 0x6A4827) is unknown color: approx Cafe Royale. HEX triplet: 6A, 48 and 27. RGB value is (106,72,39). Sum of RGB (Red+Green+Blue) = 106+72+39=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4827 is #95B7D8. Grayscale: #4E4E4E. Windows color (decimal): -9811929 or 2574442. OLE color: 2574442.

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

Color convert

RGB1067239-
CMYK00.320.630.58
HSL29.55º46.21%28.43%-
HSV(B)29.55º63.21%41.57%-
XYZ8.637.852.98-
YUV78.4105.76147.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.85%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 39 (15.62% from 255) = 17.97%
R=48.85%
G=33.18%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106723900.320.630.5829.5546.2128.43
Hex6A48270203F3A1e2e1c
Octal152110470407772365634
Binary1101010100100010011101000001111111110101111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,72,39); }

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

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

 a { background-color: rgb(106,72,39); }

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

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

 span { border-color: rgb(106,72,39); }

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