Html Css Color HEX #694731 Jambalaya

📋 copy color: '#694731'

red 105 ◦ green 71 ◦ blue 49

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

Shades of Jambalaya #694731

Tints of Jambalaya #694731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 46.67%
G = 31.56%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#694731 (or 0x694731) is known color: Jambalaya. HEX triplet: 69, 47 and 31. RGB value is (105,71,49). Sum of RGB (Red+Green+Blue) = 105+71+49=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #694731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694731 is #96B8CE. Grayscale: #4E4E4E. Windows color (decimal): -9877711 or 3229545. OLE color: 3229545.

HSL color Cylindrical-coordinate representation of color #694731: hue angle of 23.57º 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 #694731 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 49 -
CMYK 0 0.32 0.53 0.59
HSL 23.57º 0.36% 0.3% -
HSV(B) 23.57º 0.53% 0.41% -
XYZ 8.63 7.73 3.94 -
YUV 78.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 105 71 49 0 0.32 0.53 0.59 23.57 0.36 0.3
Hex 69 47 31 0 20 35 3B 18 24 1E
Octal 151 107 61 0 40 65 73 30 44 36
Binary 1101001 1000111 110001 0 100000 110101 111011 11000 100100 11110

Color Harmonies of #694731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694731

Black with #694731

Text Example


Text Example

White with #694731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694731; }

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

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

background-color css

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

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

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

border-color css

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

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

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