Html Css Color HEX #684231 Jambalaya

📋 copy color: '#684231'

red 104 ◦ green 66 ◦ blue 49

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

Shades of Jambalaya #684231

Tints of Jambalaya #684231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.14%

 BLUE value IS 49 (19.53% from 255) = 22.37%

R = 47.49%
G = 30.14%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#684231 (or 0x684231) is known color: Jambalaya. HEX triplet: 68, 42 and 31. RGB value is (104,66,49). Sum of RGB (Red+Green+Blue) = 104+66+49=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #684231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684231 is #97BDCE. Grayscale: #4B4B4B. Windows color (decimal): -9944527 or 3228264. OLE color: 3228264.

HSL color Cylindrical-coordinate representation of color #684231: hue angle of 18.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #684231 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 66 49 -
CMYK 0 0.37 0.53 0.59
HSL 18.55º 0.36% 0.3% -
HSV(B) 18.55º 0.53% 0.41% -
XYZ 8.21 7.06 3.84 -
YUV 75.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 104 66 49 0 0.37 0.53 0.59 18.55 0.36 0.3
Hex 68 42 31 0 25 35 3B 13 24 1E
Octal 150 102 61 0 45 65 73 23 44 36
Binary 1101000 1000010 110001 0 100101 110101 111011 10011 100100 11110

Color Harmonies of #684231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684231

Black with #684231

Text Example


Text Example

White with #684231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684231; }

 p { color: rgb(104,66,49); }

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

background-color css

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

 a { background-color: rgb(104,66,49); }

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

border-color css

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

 span { border-color: rgb(104,66,49); }

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