Html Css Color HEX #684A33 Jambalaya

📋 copy color: '#684A33'

red 104 ◦ green 74 ◦ blue 51

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

Shades of Jambalaya #684A33

Tints of Jambalaya #684A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.27%

R = 45.41%
G = 32.31%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#684A33 (or 0x684A33) is known color: Jambalaya. HEX triplet: 68, 4A and 33. RGB value is (104,74,51). Sum of RGB (Red+Green+Blue) = 104+74+51=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #684A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A33 is #97B5CC. Grayscale: #505050. Windows color (decimal): -9942477 or 3361384. OLE color: 3361384.

HSL color Cylindrical-coordinate representation of color #684A33: hue angle of 26.04º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684A33 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 74 51 -
CMYK 0 0.29 0.51 0.59
HSL 26.04º 0.34% 0.3% -
HSV(B) 26.04º 0.51% 0.41% -
XYZ 8.76 8.08 4.23 -
YUV 80.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 104 74 51 0 0.29 0.51 0.59 26.04 0.34 0.3
Hex 68 4A 33 0 1D 33 3B 1A 22 1E
Octal 150 112 63 0 35 63 73 32 42 36
Binary 1101000 1001010 110011 0 11101 110011 111011 11010 100010 11110

Color Harmonies of #684A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A33

Black with #684A33

Text Example


Text Example

White with #684A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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