Html Css Color HEX #684A38 Jambalaya

📋 copy color: '#684A38'

red 104 ◦ green 74 ◦ blue 56

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

Shades of Jambalaya #684A38

Tints of Jambalaya #684A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.62%

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

R = 44.44%
G = 31.62%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#684A38 (or 0x684A38) is known color: Jambalaya. HEX triplet: 68, 4A and 38. RGB value is (104,74,56). Sum of RGB (Red+Green+Blue) = 104+74+56=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #684A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A38 is #97B5C7. Grayscale: #515151. Windows color (decimal): -9942472 or 3689064. OLE color: 3689064.

HSL color Cylindrical-coordinate representation of color #684A38: hue angle of 22.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 #684A38 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 74 56 -
CMYK 0 0.29 0.46 0.59
HSL 22.5º 0.3% 0.31% -
HSV(B) 22.5º 0.46% 0.41% -
XYZ 8.87 8.13 4.84 -
YUV 80.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 104 74 56 0 0.29 0.46 0.59 22.5 0.3 0.31
Hex 68 4A 38 0 1D 2E 3B 16 1E 1F
Octal 150 112 70 0 35 56 73 26 36 37
Binary 1101000 1001010 111000 0 11101 101110 111011 10110 11110 11111

Color Harmonies of #684A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A38

Black with #684A38

Text Example


Text Example

White with #684A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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