#6E502B

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

Shades of Cafe Royale #6E502B

Tints of Cafe Royale #6E502B

Color information

#6E502B (or 0x6E502B) is unknown color: approx Cafe Royale. HEX triplet: 6E, 50 and 2B. RGB value is (110,80,43). Sum of RGB (Red+Green+Blue) = 110+80+43=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 110 - color contains mainly: red. Hex color #6E502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E502B is #91AFD4. Grayscale: #545454. Windows color (decimal): -9547733 or 2838638. OLE color: 2838638.

HSL color Cylindrical-coordinate representation of color #6E502B: hue angle of 33.13º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E502B is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1108043-
CMYK00.270.610.57
HSL33.13º43.79%30%-
HSV(B)33.13º60.91%43.14%-
XYZ9.749.233.55-
YUV84.75104.44146.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.21%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=47.21%
G=34.33%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110804300.270.610.5733.1343.7930
Hex6E502B01B3D39212c1e
Octal156120530337571415436
Binary1101110101000010101101101111110111100110000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,80,43); }

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

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

 a { background-color: rgb(110,80,43); }

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

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

 span { border-color: rgb(110,80,43); }

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