#6A4C23

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

Shades of Cafe Royale #6A4C23

Tints of Cafe Royale #6A4C23

Color information

#6A4C23 (or 0x6A4C23) is unknown color: approx Cafe Royale. HEX triplet: 6A, 4C and 23. RGB value is (106,76,35). Sum of RGB (Red+Green+Blue) = 106+76+35=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4C23 is #95B3DC. Grayscale: #505050. Windows color (decimal): -9810909 or 2313322. OLE color: 2313322.

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

Color convert

RGB1067635-
CMYK00.280.670.58
HSL34.65º50.35%27.65%-
HSV(B)34.65º66.98%41.57%-
XYZ8.838.352.74-
YUV80.3102.44146.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.85%
GREEN value IS 76 (30.08% from 255) = 35.02%
BLUE value IS 35 (14.06% from 255) = 16.13%
R=48.85%
G=35.02%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106763500.280.670.5834.6550.3527.65
Hex6A4C2301C433A23321c
Octal1521144303410372436234
Binary11010101001100100011011100100001111101010001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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