Html Css Color HEX #684132 Jambalaya

📋 copy color: '#684132'

red 104 ◦ green 65 ◦ blue 50

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

Shades of Jambalaya #684132

Tints of Jambalaya #684132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.68%

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

R = 47.49%
G = 29.68%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#684132 (or 0x684132) is known color: Jambalaya. HEX triplet: 68, 41 and 32. RGB value is (104,65,50). Sum of RGB (Red+Green+Blue) = 104+65+50=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #684132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684132 is #97BECD. Grayscale: #4B4B4B. Windows color (decimal): -9944782 or 3293544. OLE color: 3293544.

HSL color Cylindrical-coordinate representation of color #684132: hue angle of 16.67º 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 #684132 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 65 50 -
CMYK 0 0.38 0.52 0.59
HSL 16.67º 0.35% 0.3% -
HSV(B) 16.67º 0.52% 0.41% -
XYZ 8.17 6.95 3.93 -
YUV 74.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 104 65 50 0 0.38 0.52 0.59 16.67 0.35 0.3
Hex 68 41 32 0 26 34 3B 11 23 1E
Octal 150 101 62 0 46 64 73 21 43 36
Binary 1101000 1000001 110010 0 100110 110100 111011 10001 100011 11110

Color Harmonies of #684132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684132

Black with #684132

Text Example


Text Example

White with #684132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684132; }

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

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

background-color css

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

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

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

border-color css

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

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

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