Html Css Color HEX #694131 Jambalaya

📋 copy color: '#694131'

red 105 ◦ green 65 ◦ blue 49

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

Shades of Jambalaya #694131

Tints of Jambalaya #694131

RGB

 RED value IS 105 (41.41% from 255) = 47.95%

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

 BLUE value IS 49 (19.53% from 255) = 22.37%

R = 47.95%
G = 29.68%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#694131 (or 0x694131) is known color: Jambalaya. HEX triplet: 69, 41 and 31. RGB value is (105,65,49). Sum of RGB (Red+Green+Blue) = 105+65+49=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #694131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694131 is #96BECE. Grayscale: #4B4B4B. Windows color (decimal): -9879247 or 3228009. OLE color: 3228009.

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

Color convert

RGB 105 65 49 -
CMYK 0 0.38 0.53 0.59
HSL 17.14º 0.36% 0.3% -
HSV(B) 17.14º 0.53% 0.41% -
XYZ 8.27 7.01 3.82 -
YUV 75.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 105 65 49 0 0.38 0.53 0.59 17.14 0.36 0.3
Hex 69 41 31 0 26 35 3B 11 24 1E
Octal 151 101 61 0 46 65 73 21 44 36
Binary 1101001 1000001 110001 0 100110 110101 111011 10001 100100 11110

Color Harmonies of #694131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694131

Black with #694131

Text Example


Text Example

White with #694131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694131; }

 p { color: rgb(105,65,49); }

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

background-color css

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

 a { background-color: rgb(105,65,49); }

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

border-color css

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

 span { border-color: rgb(105,65,49); }

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