#6f4f2f

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

Shades of Cafe Royale #6F4F2F

Tints of Cafe Royale #6F4F2F

Color information

#6F4F2F (or 0x6F4F2F) is unknown color: approx Cafe Royale. HEX triplet: 6F, 4F and 2F. RGB value is (111,79,47). Sum of RGB (Red+Green+Blue) = 111+79+47=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4F2F is #90B0D0. Grayscale: #555555. Windows color (decimal): -9482449 or 3100527. OLE color: 3100527.

HSL color Cylindrical-coordinate representation of color #6F4F2F: hue angle of 30º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F4F2F is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB1117947-
CMYK00.290.580.56
HSL30º40.51%30.98%-
HSV(B)30º57.66%43.53%-
XYZ9.869.183.94-
YUV84.92106.6146.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=46.84%
G=33.33%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111794700.290.580.563040.5130.98
Hex6F4F2F01D3A381e291f
Octal157117570357270365137
Binary110111110011111011110111011110101110001111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f4f2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,79,47); }

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

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

 a { background-color: rgb(111,79,47); }

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

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

 span { border-color: rgb(111,79,47); }

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