Html Css Color HEX #6E492D Cafe Royale

📋 copy color: '#6E492D'

red 110 ◦ green 73 ◦ blue 45

#6E492D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cafe Royale #6E492D

Tints of Cafe Royale #6E492D

RGB

 RED value IS 110 (43.36% from 255) = 48.25%

 GREEN value IS 73 (28.91% from 255) = 32.02%

 BLUE value IS 45 (17.97% from 255) = 19.74%

R = 48.25%
G = 32.02%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6E492D (or 0x6E492D) is known color: Cafe Royale. HEX triplet: 6E, 49 and 2D. RGB value is (110,73,45). Sum of RGB (Red+Green+Blue) = 110+73+45=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E492D is #91B6D2. Grayscale: #515151. Windows color (decimal): -9549523 or 2967918. OLE color: 2967918.

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

Color convert

RGB 110 73 45 -
CMYK 0 0.34 0.59 0.57
HSL 25.85º 0.42% 0.3% -
HSV(B) 25.85º 0.59% 0.43% -
XYZ 9.29 8.27 3.59 -
YUV 80.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 110 73 45 0 0.34 0.59 0.57 25.85 0.42 0.3
Hex 6E 49 2D 0 22 3B 39 1A 2A 1E
Octal 156 111 55 0 42 73 71 32 52 36
Binary 1101110 1001001 101101 0 100010 111011 111001 11010 101010 11110

Color Harmonies of #6E492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E492D

Black with #6E492D

Text Example


Text Example

White with #6E492D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,73,45); }

 H1.HeaderClassName
 {
   color: #6E492D;
 }
 .AnyTagClassName
 {
   color: #6E492D;
 }
</style>

background-color css

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

 a { background-color: rgb(110,73,45); }

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

border-color css

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

 span { border-color: rgb(110,73,45); }

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