Html Css Color HEX #684130 Jambalaya

📋 copy color: '#684130'

red 104 ◦ green 65 ◦ blue 48

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

Shades of Jambalaya #684130

Tints of Jambalaya #684130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.95%

 BLUE value IS 48 (19.14% from 255) = 22.12%

R = 47.93%
G = 29.95%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#684130 (or 0x684130) is known color: Jambalaya. HEX triplet: 68, 41 and 30. RGB value is (104,65,48). Sum of RGB (Red+Green+Blue) = 104+65+48=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #684130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684130 is #97BECF. Grayscale: #4A4A4A. Windows color (decimal): -9944784 or 3162472. OLE color: 3162472.

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

Color convert

RGB 104 65 48 -
CMYK 0 0.38 0.54 0.59
HSL 18.21º 0.37% 0.3% -
HSV(B) 18.21º 0.54% 0.41% -
XYZ 8.13 6.94 3.71 -
YUV 74.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 104 65 48 0 0.38 0.54 0.59 18.21 0.37 0.3
Hex 68 41 30 0 26 36 3B 12 25 1E
Octal 150 101 60 0 46 66 73 22 45 36
Binary 1101000 1000001 110000 0 100110 110110 111011 10010 100101 11110

Color Harmonies of #684130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684130

Black with #684130

Text Example


Text Example

White with #684130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684130; }

 p { color: rgb(104,65,48); }

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

background-color css

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

 a { background-color: rgb(104,65,48); }

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

border-color css

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

 span { border-color: rgb(104,65,48); }

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