Html Css Color HEX #684638 Jambalaya

📋 copy color: '#684638'

red 104 ◦ green 70 ◦ blue 56

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

Shades of Jambalaya #684638

Tints of Jambalaya #684638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.35%

R = 45.22%
G = 30.43%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#684638 (or 0x684638) is known color: Jambalaya. HEX triplet: 68, 46 and 38. RGB value is (104,70,56). Sum of RGB (Red+Green+Blue) = 104+70+56=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #684638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684638 is #97B9C7. Grayscale: #4E4E4E. Windows color (decimal): -9943496 or 3688040. OLE color: 3688040.

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

Color convert

RGB 104 70 56 -
CMYK 0 0.33 0.46 0.59
HSL 17.5º 0.3% 0.31% -
HSV(B) 17.5º 0.46% 0.41% -
XYZ 8.61 7.61 4.76 -
YUV 78.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 104 70 56 0 0.33 0.46 0.59 17.5 0.3 0.31
Hex 68 46 38 0 21 2E 3B 12 1E 1F
Octal 150 106 70 0 41 56 73 22 36 37
Binary 1101000 1000110 111000 0 100001 101110 111011 10010 11110 11111

Color Harmonies of #684638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684638

Black with #684638

Text Example


Text Example

White with #684638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684638; }

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

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

background-color css

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

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

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

border-color css

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

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

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