#6a472b

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

Shades of Cafe Royale #6A472B

Tints of Cafe Royale #6A472B

Color information

#6A472B (or 0x6A472B) is unknown color: approx Cafe Royale. HEX triplet: 6A, 47 and 2B. RGB value is (106,71,43). Sum of RGB (Red+Green+Blue) = 106+71+43=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A472B is #95B8D4. Grayscale: #4E4E4E. Windows color (decimal): -9812181 or 2836330. OLE color: 2836330.

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

Color convert

RGB1067143-
CMYK00.330.590.58
HSL26.67º42.28%29.22%-
HSV(B)26.67º59.43%41.57%-
XYZ8.637.753.33-
YUV78.27108.1147.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.18%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=48.18%
G=32.27%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106714300.330.590.5826.6742.2829.22
Hex6A472B0213B3A1b2a1d
Octal152107530417372335235
Binary1101010100011110101101000011110111110101101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a472b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,71,43); }

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

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

 a { background-color: rgb(106,71,43); }

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

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

 span { border-color: rgb(106,71,43); }

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