Html Css Color HEX #6A4E36 Jambalaya

📋 copy color: '#6A4E36'

red 106 ◦ green 78 ◦ blue 54

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

Shades of Jambalaya #6A4E36

Tints of Jambalaya #6A4E36

RGB

 RED value IS 106 (41.8% from 255) = 44.54%

 GREEN value IS 78 (30.86% from 255) = 32.77%

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

R = 44.54%
G = 32.77%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6A4E36 (or 0x6A4E36) is known color: Jambalaya. HEX triplet: 6A, 4E and 36. RGB value is (106,78,54). Sum of RGB (Red+Green+Blue) = 106+78+54=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4E36 is #95B1C9. Grayscale: #535353. Windows color (decimal): -9810378 or 3559018. OLE color: 3559018.

HSL color Cylindrical-coordinate representation of color #6A4E36: hue angle of 27.69º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A4E36 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 78 54 -
CMYK 0 0.26 0.49 0.58
HSL 27.69º 0.33% 0.31% -
HSV(B) 27.69º 0.49% 0.42% -
XYZ 9.33 8.78 4.69 -
YUV 83.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 106 78 54 0 0.26 0.49 0.58 27.69 0.33 0.31
Hex 6A 4E 36 0 1A 31 3A 1C 20 1F
Octal 152 116 66 0 32 61 72 34 40 37
Binary 1101010 1001110 110110 0 11010 110001 111010 11100 100000 11111

Color Harmonies of #6A4E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4E36

Black with #6A4E36

Text Example


Text Example

White with #6A4E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,78,54); }

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

background-color css

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

 a { background-color: rgb(106,78,54); }

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

border-color css

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

 span { border-color: rgb(106,78,54); }

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