Html Css Color HEX #6E4931 Jambalaya

📋 copy color: '#6E4931'

red 110 ◦ green 73 ◦ blue 49

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

Shades of Jambalaya #6E4931

Tints of Jambalaya #6E4931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.12%

R = 47.41%
G = 31.47%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6E4931 (or 0x6E4931) is known color: Jambalaya. HEX triplet: 6E, 49 and 31. RGB value is (110,73,49). Sum of RGB (Red+Green+Blue) = 110+73+49=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4931 is #91B6CE. Grayscale: #515151. Windows color (decimal): -9549519 or 3230062. OLE color: 3230062.

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

Color convert

RGB 110 73 49 -
CMYK 0 0.34 0.55 0.57
HSL 23.61º 0.38% 0.31% -
HSV(B) 23.61º 0.55% 0.43% -
XYZ 9.37 8.3 4.01 -
YUV 81.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 110 73 49 0 0.34 0.55 0.57 23.61 0.38 0.31
Hex 6E 49 31 0 22 37 39 18 26 1F
Octal 156 111 61 0 42 67 71 30 46 37
Binary 1101110 1001001 110001 0 100010 110111 111001 11000 100110 11111

Color Harmonies of #6E4931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4931

Black with #6E4931

Text Example


Text Example

White with #6E4931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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