#6E4A27

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

Shades of Cafe Royale #6E4A27

Tints of Cafe Royale #6E4A27

Color information

#6E4A27 (or 0x6E4A27) is unknown color: approx Cafe Royale. HEX triplet: 6E, 4A and 27. RGB value is (110,74,39). Sum of RGB (Red+Green+Blue) = 110+74+39=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4A27 is #91B5D8. Grayscale: #505050. Windows color (decimal): -9549273 or 2574958. OLE color: 2574958.

HSL color Cylindrical-coordinate representation of color #6E4A27: hue angle of 29.58º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E4A27 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB1107439-
CMYK00.330.650.57
HSL29.58º47.65%29.22%-
HSV(B)29.58º64.55%43.14%-
XYZ9.258.363.05-
YUV80.77104.43148.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 49.33%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 39 (15.62% from 255) = 17.49%
R=49.33%
G=33.18%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110743900.330.650.5729.5847.6529.22
Hex6E4A2702141391e301d
Octal1561124704110171366035
Binary11011101001010100111010000110000011110011111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,74,39); }

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

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

 a { background-color: rgb(110,74,39); }

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

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

 span { border-color: rgb(110,74,39); }

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