Html Css Color HEX #684B3A Jambalaya

📋 copy color: '#684B3A'

red 104 ◦ green 75 ◦ blue 58

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

Shades of Jambalaya #684B3A

Tints of Jambalaya #684B3A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.65%

 BLUE value IS 58 (23.05% from 255) = 24.47%

R = 43.88%
G = 31.65%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#684B3A (or 0x684B3A) is known color: Jambalaya. HEX triplet: 68, 4B and 3A. RGB value is (104,75,58). Sum of RGB (Red+Green+Blue) = 104+75+58=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #684B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B3A is #97B4C5. Grayscale: #515151. Windows color (decimal): -9942214 or 3820392. OLE color: 3820392.

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

Color convert

RGB 104 75 58 -
CMYK 0 0.28 0.44 0.59
HSL 22.17º 0.28% 0.32% -
HSV(B) 22.17º 0.44% 0.41% -
XYZ 8.99 8.28 5.13 -
YUV 81.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 104 75 58 0 0.28 0.44 0.59 22.17 0.28 0.32
Hex 68 4B 3A 0 1C 2C 3B 16 1C 20
Octal 150 113 72 0 34 54 73 26 34 40
Binary 1101000 1001011 111010 0 11100 101100 111011 10110 11100 100000

Color Harmonies of #684B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B3A

Black with #684B3A

Text Example


Text Example

White with #684B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,75,58); }

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

background-color css

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

 a { background-color: rgb(104,75,58); }

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

border-color css

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

 span { border-color: rgb(104,75,58); }

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