Html Css Color HEX #684634 Jambalaya

📋 copy color: '#684634'

red 104 ◦ green 70 ◦ blue 52

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

Shades of Jambalaya #684634

Tints of Jambalaya #684634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.97%

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

R = 46.02%
G = 30.97%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#684634 (or 0x684634) is known color: Jambalaya. HEX triplet: 68, 46 and 34. RGB value is (104,70,52). Sum of RGB (Red+Green+Blue) = 104+70+52=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #684634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684634 is #97B9CB. Grayscale: #4E4E4E. Windows color (decimal): -9943500 or 3425896. OLE color: 3425896.

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

Color convert

RGB 104 70 52 -
CMYK 0 0.33 0.50 0.59
HSL 20.77º 0.33% 0.31% -
HSV(B) 20.77º 0.5% 0.41% -
XYZ 8.52 7.57 4.26 -
YUV 78.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 104 70 52 0 0.33 0.50 0.59 20.77 0.33 0.31
Hex 68 46 34 0 21 32 3B 15 21 1F
Octal 150 106 64 0 41 62 73 25 41 37
Binary 1101000 1000110 110100 0 100001 110010 111011 10101 100001 11111

Color Harmonies of #684634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684634

Black with #684634

Text Example


Text Example

White with #684634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684634; }

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

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

background-color css

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

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

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

border-color css

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

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

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