#6F482A

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

Shades of Cafe Royale #6F482A

Tints of Cafe Royale #6F482A

Color information

#6F482A (or 0x6F482A) is unknown color: approx Cafe Royale. HEX triplet: 6F, 48 and 2A. RGB value is (111,72,42). Sum of RGB (Red+Green+Blue) = 111+72+42=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F482A is #90B7D5. Grayscale: #505050. Windows color (decimal): -9484246 or 2771055. OLE color: 2771055.

HSL color Cylindrical-coordinate representation of color #6F482A: hue angle of 26.09º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F482A is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1117242-
CMYK00.350.620.56
HSL26.09º45.1%30%-
HSV(B)26.09º62.16%43.53%-
XYZ9.298.183.28-
YUV80.24106.42149.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=49.33%
G=32%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111724200.350.620.5626.0945.130
Hex6F482A0233E381a2d1e
Octal157110520437670325536
Binary1101111100100010101001000111111101110001101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,72,42); }

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

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

 a { background-color: rgb(111,72,42); }

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

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

 span { border-color: rgb(111,72,42); }

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