Html Css Color HEX #6A4232 Jambalaya

📋 copy color: '#6A4232'

red 106 ◦ green 66 ◦ blue 50

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

Shades of Jambalaya #6A4232

Tints of Jambalaya #6A4232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.73%

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

R = 47.75%
G = 29.73%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#6A4232 (or 0x6A4232) is known color: Jambalaya. HEX triplet: 6A, 42 and 32. RGB value is (106,66,50). Sum of RGB (Red+Green+Blue) = 106+66+50=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4232 is #95BDCD. Grayscale: #4C4C4C. Windows color (decimal): -9813454 or 3293802. OLE color: 3293802.

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

Color convert

RGB 106 66 50 -
CMYK 0 0.38 0.53 0.58
HSL 17.14º 0.36% 0.31% -
HSV(B) 17.14º 0.53% 0.42% -
XYZ 8.47 7.19 3.96 -
YUV 76.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 106 66 50 0 0.38 0.53 0.58 17.14 0.36 0.31
Hex 6A 42 32 0 26 35 3A 11 24 1F
Octal 152 102 62 0 46 65 72 21 44 37
Binary 1101010 1000010 110010 0 100110 110101 111010 10001 100100 11111

Color Harmonies of #6A4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4232

Black with #6A4232

Text Example


Text Example

White with #6A4232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,66,50); }

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

background-color css

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

 a { background-color: rgb(106,66,50); }

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

border-color css

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

 span { border-color: rgb(106,66,50); }

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