Html Css Color HEX #684934 Jambalaya

📋 copy color: '#684934'

red 104 ◦ green 73 ◦ blue 52

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

Shades of Jambalaya #684934

Tints of Jambalaya #684934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.88%

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

R = 45.41%
G = 31.88%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#684934 (or 0x684934) is known color: Jambalaya. HEX triplet: 68, 49 and 34. RGB value is (104,73,52). Sum of RGB (Red+Green+Blue) = 104+73+52=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #684934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684934 is #97B6CB. Grayscale: #4F4F4F. Windows color (decimal): -9942732 or 3426664. OLE color: 3426664.

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

Color convert

RGB 104 73 52 -
CMYK 0 0.30 0.50 0.59
HSL 24.23º 0.33% 0.31% -
HSV(B) 24.23º 0.5% 0.41% -
XYZ 8.71 7.96 4.33 -
YUV 79.88 112.27 145.21 -
System Red Green Blue C M Y K H S L
Decimal 104 73 52 0 0.30 0.50 0.59 24.23 0.33 0.31
Hex 68 49 34 0 1E 32 3B 18 21 1F
Octal 150 111 64 0 36 62 73 30 41 37
Binary 1101000 1001001 110100 0 11110 110010 111011 11000 100001 11111

Color Harmonies of #684934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684934

Black with #684934

Text Example


Text Example

White with #684934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684934; }

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

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

background-color css

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

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

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

border-color css

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

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

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