Html Css Color HEX #6E492B Cafe Royale

📋 copy color: '#6E492B'

red 110 ◦ green 73 ◦ blue 43

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

Shades of Cafe Royale #6E492B

Tints of Cafe Royale #6E492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.03%

R = 48.67%
G = 32.3%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6E492B (or 0x6E492B) is known color: Cafe Royale. HEX triplet: 6E, 49 and 2B. RGB value is (110,73,43). Sum of RGB (Red+Green+Blue) = 110+73+43=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E492B is #91B6D4. Grayscale: #505050. Windows color (decimal): -9549525 or 2836846. OLE color: 2836846.

HSL color Cylindrical-coordinate representation of color #6E492B: hue angle of 26.87º 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 #6E492B is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 73 43 -
CMYK 0 0.34 0.61 0.57
HSL 26.87º 0.44% 0.3% -
HSV(B) 26.87º 0.61% 0.43% -
XYZ 9.25 8.25 3.39 -
YUV 80.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 110 73 43 0 0.34 0.61 0.57 26.87 0.44 0.3
Hex 6E 49 2B 0 22 3D 39 1B 2C 1E
Octal 156 111 53 0 42 75 71 33 54 36
Binary 1101110 1001001 101011 0 100010 111101 111001 11011 101100 11110

Color Harmonies of #6E492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E492B

Black with #6E492B

Text Example


Text Example

White with #6E492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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