Html Css Color HEX #6A4639 Jambalaya

📋 copy color: '#6A4639'

red 106 ◦ green 70 ◦ blue 57

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

Shades of Jambalaya #6A4639

Tints of Jambalaya #6A4639

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.04%

 BLUE value IS 57 (22.66% from 255) = 24.46%

R = 45.49%
G = 30.04%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6A4639 (or 0x6A4639) is known color: Jambalaya. HEX triplet: 6A, 46 and 39. RGB value is (106,70,57). Sum of RGB (Red+Green+Blue) = 106+70+57=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4639 is #95B9C6. Grayscale: #4F4F4F. Windows color (decimal): -9812423 or 3753578. OLE color: 3753578.

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

Color convert

RGB 106 70 57 -
CMYK 0 0.34 0.46 0.58
HSL 15.92º 0.3% 0.32% -
HSV(B) 15.92º 0.46% 0.42% -
XYZ 8.87 7.74 4.9 -
YUV 79.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 106 70 57 0 0.34 0.46 0.58 15.92 0.3 0.32
Hex 6A 46 39 0 22 2E 3A 10 1E 20
Octal 152 106 71 0 42 56 72 20 36 40
Binary 1101010 1000110 111001 0 100010 101110 111010 10000 11110 100000

Color Harmonies of #6A4639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4639

Black with #6A4639

Text Example


Text Example

White with #6A4639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,70,57); }

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

background-color css

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

 a { background-color: rgb(106,70,57); }

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

border-color css

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

 span { border-color: rgb(106,70,57); }

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