Html Css Color HEX #694531 Jambalaya

📋 copy color: '#694531'

red 105 ◦ green 69 ◦ blue 49

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

Shades of Jambalaya #694531

Tints of Jambalaya #694531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.94%

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

R = 47.09%
G = 30.94%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#694531 (or 0x694531) is known color: Jambalaya. HEX triplet: 69, 45 and 31. RGB value is (105,69,49). Sum of RGB (Red+Green+Blue) = 105+69+49=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #694531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694531 is #96BACE. Grayscale: #4D4D4D. Windows color (decimal): -9878223 or 3229033. OLE color: 3229033.

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

Color convert

RGB 105 69 49 -
CMYK 0 0.34 0.53 0.59
HSL 21.43º 0.36% 0.3% -
HSV(B) 21.43º 0.53% 0.41% -
XYZ 8.51 7.48 3.9 -
YUV 77.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 105 69 49 0 0.34 0.53 0.59 21.43 0.36 0.3
Hex 69 45 31 0 22 35 3B 15 24 1E
Octal 151 105 61 0 42 65 73 25 44 36
Binary 1101001 1000101 110001 0 100010 110101 111011 10101 100100 11110

Color Harmonies of #694531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694531

Black with #694531

Text Example


Text Example

White with #694531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694531; }

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

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

background-color css

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

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

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

border-color css

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

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

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