Html Css Color HEX #684535 Jambalaya

📋 copy color: '#684535'

red 104 ◦ green 69 ◦ blue 53

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

Shades of Jambalaya #684535

Tints of Jambalaya #684535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.53%

 BLUE value IS 53 (21.09% from 255) = 23.45%

R = 46.02%
G = 30.53%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#684535 (or 0x684535) is known color: Jambalaya. HEX triplet: 68, 45 and 35. RGB value is (104,69,53). Sum of RGB (Red+Green+Blue) = 104+69+53=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #684535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684535 is #97BACA. Grayscale: #4D4D4D. Windows color (decimal): -9943755 or 3491176. OLE color: 3491176.

HSL color Cylindrical-coordinate representation of color #684535: hue angle of 18.82º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #684535 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 69 53 -
CMYK 0 0.34 0.49 0.59
HSL 18.82º 0.32% 0.31% -
HSV(B) 18.82º 0.49% 0.41% -
XYZ 8.48 7.46 4.36 -
YUV 77.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 104 69 53 0 0.34 0.49 0.59 18.82 0.32 0.31
Hex 68 45 35 0 22 31 3B 13 20 1F
Octal 150 105 65 0 42 61 73 23 40 37
Binary 1101000 1000101 110101 0 100010 110001 111011 10011 100000 11111

Color Harmonies of #684535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684535

Black with #684535

Text Example


Text Example

White with #684535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684535; }

 p { color: rgb(104,69,53); }

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

background-color css

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

 a { background-color: rgb(104,69,53); }

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

border-color css

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

 span { border-color: rgb(104,69,53); }

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