Html Css Color HEX #6E4829 Cafe Royale

📋 copy color: '#6E4829'

red 110 ◦ green 72 ◦ blue 41

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

Shades of Cafe Royale #6E4829

Tints of Cafe Royale #6E4829

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.29%

 BLUE value IS 41 (16.41% from 255) = 18.39%

R = 49.33%
G = 32.29%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6E4829 (or 0x6E4829) is known color: Cafe Royale. HEX triplet: 6E, 48 and 29. RGB value is (110,72,41). Sum of RGB (Red+Green+Blue) = 110+72+41=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4829 is #91B7D6. Grayscale: #4F4F4F. Windows color (decimal): -9549783 or 2705518. OLE color: 2705518.

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

Color convert

RGB 110 72 41 -
CMYK 0 0.35 0.63 0.57
HSL 26.96º 0.46% 0.3% -
HSV(B) 26.96º 0.63% 0.43% -
XYZ 9.15 8.11 3.18 -
YUV 79.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 110 72 41 0 0.35 0.63 0.57 26.96 0.46 0.3
Hex 6E 48 29 0 23 3F 39 1B 2E 1E
Octal 156 110 51 0 43 77 71 33 56 36
Binary 1101110 1001000 101001 0 100011 111111 111001 11011 101110 11110

Color Harmonies of #6E4829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4829

Black with #6E4829

Text Example


Text Example

White with #6E4829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,72,41); }

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

background-color css

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

 a { background-color: rgb(110,72,41); }

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

border-color css

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

 span { border-color: rgb(110,72,41); }

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