Html Css Color HEX #6D4C32 Jambalaya

📋 copy color: '#6D4C32'

red 109 ◦ green 76 ◦ blue 50

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

Shades of Jambalaya #6D4C32

Tints of Jambalaya #6D4C32

RGB

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

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

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

R = 46.38%
G = 32.34%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.57

RGB Variations

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

Color information

#6D4C32 (or 0x6D4C32) is known color: Jambalaya. HEX triplet: 6D, 4C and 32. RGB value is (109,76,50). Sum of RGB (Red+Green+Blue) = 109+76+50=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4C32 is #92B3CD. Grayscale: #535353. Windows color (decimal): -9614286 or 3296365. OLE color: 3296365.

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

Color convert

RGB 109 76 50 -
CMYK 0 0.30 0.54 0.57
HSL 26.44º 0.37% 0.31% -
HSV(B) 26.44º 0.54% 0.43% -
XYZ 9.47 8.65 4.19 -
YUV 82.9 109.43 146.61 -
System Red Green Blue C M Y K H S L
Decimal 109 76 50 0 0.30 0.54 0.57 26.44 0.37 0.31
Hex 6D 4C 32 0 1E 36 39 1A 25 1F
Octal 155 114 62 0 36 66 71 32 45 37
Binary 1101101 1001100 110010 0 11110 110110 111001 11010 100101 11111

Color Harmonies of #6D4C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4C32

Black with #6D4C32

Text Example


Text Example

White with #6D4C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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