Html Css Color HEX #684232 Jambalaya

📋 copy color: '#684232'

red 104 ◦ green 66 ◦ blue 50

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

Shades of Jambalaya #684232

Tints of Jambalaya #684232

RGB

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

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

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

R = 47.27%
G = 30%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#684232 (or 0x684232) is known color: Jambalaya. HEX triplet: 68, 42 and 32. RGB value is (104,66,50). Sum of RGB (Red+Green+Blue) = 104+66+50=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #684232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684232 is #97BDCD. Grayscale: #4B4B4B. Windows color (decimal): -9944526 or 3293800. OLE color: 3293800.

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

Color convert

RGB 104 66 50 -
CMYK 0 0.37 0.52 0.59
HSL 17.78º 0.35% 0.3% -
HSV(B) 17.78º 0.52% 0.41% -
XYZ 8.23 7.07 3.95 -
YUV 75.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 104 66 50 0 0.37 0.52 0.59 17.78 0.35 0.3
Hex 68 42 32 0 25 34 3B 12 23 1E
Octal 150 102 62 0 45 64 73 22 43 36
Binary 1101000 1000010 110010 0 100101 110100 111011 10010 100011 11110

Color Harmonies of #684232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684232

Black with #684232

Text Example


Text Example

White with #684232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684232; }

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

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

background-color css

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

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

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

border-color css

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

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

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