Html Css Color HEX #6E4C32 Jambalaya

📋 copy color: '#6E4C32'

red 110 ◦ green 76 ◦ blue 50

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

Shades of Jambalaya #6E4C32

Tints of Jambalaya #6E4C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

 BLUE value IS 50 (19.92% from 255) = 21.19%

R = 46.61%
G = 32.2%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6E4C32 (or 0x6E4C32) is known color: Jambalaya. HEX triplet: 6E, 4C and 32. RGB value is (110,76,50). Sum of RGB (Red+Green+Blue) = 110+76+50=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4C32 is #91B3CD. Grayscale: #535353. Windows color (decimal): -9548750 or 3296366. OLE color: 3296366.

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

Color convert

RGB 110 76 50 -
CMYK 0 0.31 0.55 0.57
HSL 26º 0.38% 0.31% -
HSV(B) 26º 0.55% 0.43% -
XYZ 9.59 8.71 4.19 -
YUV 83.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 110 76 50 0 0.31 0.55 0.57 26 0.38 0.31
Hex 6E 4C 32 0 1F 37 39 1A 26 1F
Octal 156 114 62 0 37 67 71 32 46 37
Binary 1101110 1001100 110010 0 11111 110111 111001 11010 100110 11111

Color Harmonies of #6E4C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4C32

Black with #6E4C32

Text Example


Text Example

White with #6E4C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,76,50); }

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

background-color css

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

 a { background-color: rgb(110,76,50); }

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

border-color css

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

 span { border-color: rgb(110,76,50); }

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