Html Css Color HEX #6D492F Jambalaya

📋 copy color: '#6D492F'

red 109 ◦ green 73 ◦ blue 47

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

Shades of Jambalaya #6D492F

Tints of Jambalaya #6D492F

RGB

 RED value IS 109 (42.97% from 255) = 47.6%

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

 BLUE value IS 47 (18.75% from 255) = 20.52%

R = 47.6%
G = 31.88%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6D492F (or 0x6D492F) is known color: Jambalaya. HEX triplet: 6D, 49 and 2F. RGB value is (109,73,47). Sum of RGB (Red+Green+Blue) = 109+73+47=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D492F is #92B6D0. Grayscale: #505050. Windows color (decimal): -9615057 or 3098989. OLE color: 3098989.

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

Color convert

RGB 109 73 47 -
CMYK 0 0.33 0.57 0.57
HSL 25.16º 0.4% 0.31% -
HSV(B) 25.16º 0.57% 0.43% -
XYZ 9.2 8.22 3.79 -
YUV 80.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 109 73 47 0 0.33 0.57 0.57 25.16 0.4 0.31
Hex 6D 49 2F 0 21 39 39 19 28 1F
Octal 155 111 57 0 41 71 71 31 50 37
Binary 1101101 1001001 101111 0 100001 111001 111001 11001 101000 11111

Color Harmonies of #6D492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D492F

Black with #6D492F

Text Example


Text Example

White with #6D492F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,73,47); }

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

background-color css

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

 a { background-color: rgb(109,73,47); }

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

border-color css

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

 span { border-color: rgb(109,73,47); }

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