Html Css Color HEX #684935 Jambalaya

📋 copy color: '#684935'

red 104 ◦ green 73 ◦ blue 53

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

Shades of Jambalaya #684935

Tints of Jambalaya #684935

RGB

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

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

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

R = 45.22%
G = 31.74%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#684935 (or 0x684935) is known color: Jambalaya. HEX triplet: 68, 49 and 35. RGB value is (104,73,53). Sum of RGB (Red+Green+Blue) = 104+73+53=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #684935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684935 is #97B6CA. Grayscale: #505050. Windows color (decimal): -9942731 or 3492200. OLE color: 3492200.

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

Color convert

RGB 104 73 53 -
CMYK 0 0.30 0.49 0.59
HSL 23.53º 0.32% 0.31% -
HSV(B) 23.53º 0.49% 0.41% -
XYZ 8.73 7.97 4.45 -
YUV 79.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 104 73 53 0 0.30 0.49 0.59 23.53 0.32 0.31
Hex 68 49 35 0 1E 31 3B 18 20 1F
Octal 150 111 65 0 36 61 73 30 40 37
Binary 1101000 1001001 110101 0 11110 110001 111011 11000 100000 11111

Color Harmonies of #684935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684935

Black with #684935

Text Example


Text Example

White with #684935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684935; }

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

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

background-color css

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

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

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

border-color css

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

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

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