Html Css Color HEX #684334 Jambalaya

📋 copy color: '#684334'

red 104 ◦ green 67 ◦ blue 52

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

Shades of Jambalaya #684334

Tints of Jambalaya #684334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.32%

R = 46.64%
G = 30.04%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#684334 (or 0x684334) is known color: Jambalaya. HEX triplet: 68, 43 and 34. RGB value is (104,67,52). Sum of RGB (Red+Green+Blue) = 104+67+52=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #684334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684334 is #97BCCB. Grayscale: #4C4C4C. Windows color (decimal): -9944268 or 3425128. OLE color: 3425128.

HSL color Cylindrical-coordinate representation of color #684334: hue angle of 17.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684334 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 67 52 -
CMYK 0 0.36 0.50 0.59
HSL 17.31º 0.33% 0.31% -
HSV(B) 17.31º 0.5% 0.41% -
XYZ 8.34 7.21 4.2 -
YUV 76.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 104 67 52 0 0.36 0.50 0.59 17.31 0.33 0.31
Hex 68 43 34 0 24 32 3B 11 21 1F
Octal 150 103 64 0 44 62 73 21 41 37
Binary 1101000 1000011 110100 0 100100 110010 111011 10001 100001 11111

Color Harmonies of #684334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684334

Black with #684334

Text Example


Text Example

White with #684334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684334; }

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

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

background-color css

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

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

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

border-color css

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

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

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