#6A4A2A

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

Shades of Cafe Royale #6A4A2A

Tints of Cafe Royale #6A4A2A

Color information

#6A4A2A (or 0x6A4A2A) is unknown color: approx Cafe Royale. HEX triplet: 6A, 4A and 2A. RGB value is (106,74,42). Sum of RGB (Red+Green+Blue) = 106+74+42=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4A2A is #95B5D5. Grayscale: #505050. Windows color (decimal): -9811414 or 2771562. OLE color: 2771562.

HSL color Cylindrical-coordinate representation of color #6A4A2A: hue angle of 30º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A4A2A is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB1067442-
CMYK00.300.600.58
HSL30º43.24%29.02%-
HSV(B)30º60.38%41.57%-
XYZ8.818.133.3-
YUV79.92106.6146.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.75%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=47.75%
G=33.33%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106744200.300.600.583043.2429.02
Hex6A4A2A01E3C3A1e2b1d
Octal152112520367472365335
Binary110101010010101010100111101111001110101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,74,42); }

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

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

 a { background-color: rgb(106,74,42); }

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

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

 span { border-color: rgb(106,74,42); }

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