Html Css Color HEX #684C34 Jambalaya

📋 copy color: '#684C34'

red 104 ◦ green 76 ◦ blue 52

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

Shades of Jambalaya #684C34

Tints of Jambalaya #684C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.76%

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

R = 44.83%
G = 32.76%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#684C34 (or 0x684C34) is known color: Jambalaya. HEX triplet: 68, 4C and 34. RGB value is (104,76,52). Sum of RGB (Red+Green+Blue) = 104+76+52=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #684C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C34 is #97B3CB. Grayscale: #515151. Windows color (decimal): -9941964 or 3427432. OLE color: 3427432.

HSL color Cylindrical-coordinate representation of color #684C34: hue angle of 27.69º 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 #684C34 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 76 52 -
CMYK 0 0.27 0.50 0.59
HSL 27.69º 0.33% 0.31% -
HSV(B) 27.69º 0.5% 0.41% -
XYZ 8.91 8.36 4.39 -
YUV 81.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 104 76 52 0 0.27 0.50 0.59 27.69 0.33 0.31
Hex 68 4C 34 0 1B 32 3B 1C 21 1F
Octal 150 114 64 0 33 62 73 34 41 37
Binary 1101000 1001100 110100 0 11011 110010 111011 11100 100001 11111

Color Harmonies of #684C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C34

Black with #684C34

Text Example


Text Example

White with #684C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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