#6A4A27

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

Shades of Cafe Royale #6A4A27

Tints of Cafe Royale #6A4A27

Color information

#6A4A27 (or 0x6A4A27) is unknown color: approx Cafe Royale. HEX triplet: 6A, 4A and 27. RGB value is (106,74,39). Sum of RGB (Red+Green+Blue) = 106+74+39=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4A27 is #95B5D8. Grayscale: #4F4F4F. Windows color (decimal): -9811417 or 2574954. OLE color: 2574954.

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

Color convert

RGB1067439-
CMYK00.300.630.58
HSL31.34º46.21%28.43%-
HSV(B)31.34º63.21%41.57%-
XYZ8.768.113.02-
YUV79.58105.1146.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.40%
GREEN value IS 74 (29.30% from 255) = 33.79%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=48.40%
G=33.79%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106743900.300.630.5831.3446.2128.43
Hex6A4A2701E3F3A1f2e1c
Octal152112470367772375634
Binary110101010010101001110111101111111110101111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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