Html Css Color HEX #684332 Jambalaya

📋 copy color: '#684332'

red 104 ◦ green 67 ◦ blue 50

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

Shades of Jambalaya #684332

Tints of Jambalaya #684332

RGB

 RED value IS 104 (41.02% from 255) = 47.06%

 GREEN value IS 67 (26.56% from 255) = 30.32%

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

R = 47.06%
G = 30.32%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#684332 (or 0x684332) is known color: Jambalaya. HEX triplet: 68, 43 and 32. RGB value is (104,67,50). Sum of RGB (Red+Green+Blue) = 104+67+50=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #684332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684332 is #97BCCD. Grayscale: #4C4C4C. Windows color (decimal): -9944270 or 3294056. OLE color: 3294056.

HSL color Cylindrical-coordinate representation of color #684332: hue angle of 18.89º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #684332 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 67 50 -
CMYK 0 0.36 0.52 0.59
HSL 18.89º 0.35% 0.3% -
HSV(B) 18.89º 0.52% 0.41% -
XYZ 8.29 7.19 3.97 -
YUV 76.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 104 67 50 0 0.36 0.52 0.59 18.89 0.35 0.3
Hex 68 43 32 0 24 34 3B 13 23 1E
Octal 150 103 62 0 44 64 73 23 43 36
Binary 1101000 1000011 110010 0 100100 110100 111011 10011 100011 11110

Color Harmonies of #684332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684332

Black with #684332

Text Example


Text Example

White with #684332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684332; }

 p { color: rgb(104,67,50); }

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

background-color css

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

 a { background-color: rgb(104,67,50); }

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

border-color css

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

 span { border-color: rgb(104,67,50); }

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