Html Css Color HEX #6E4936 Jambalaya

📋 copy color: '#6E4936'

red 110 ◦ green 73 ◦ blue 54

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

Shades of Jambalaya #6E4936

Tints of Jambalaya #6E4936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.78%

R = 46.41%
G = 30.8%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6E4936 (or 0x6E4936) is known color: Jambalaya. HEX triplet: 6E, 49 and 36. RGB value is (110,73,54). Sum of RGB (Red+Green+Blue) = 110+73+54=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4936 is #91B6C9. Grayscale: #525252. Windows color (decimal): -9549514 or 3557742. OLE color: 3557742.

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

Color convert

RGB 110 73 54 -
CMYK 0 0.34 0.51 0.57
HSL 20.36º 0.34% 0.32% -
HSV(B) 20.36º 0.51% 0.43% -
XYZ 9.48 8.35 4.6 -
YUV 81.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 110 73 54 0 0.34 0.51 0.57 20.36 0.34 0.32
Hex 6E 49 36 0 22 33 39 14 22 20
Octal 156 111 66 0 42 63 71 24 42 40
Binary 1101110 1001001 110110 0 100010 110011 111001 10100 100010 100000

Color Harmonies of #6E4936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4936

Black with #6E4936

Text Example


Text Example

White with #6E4936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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