Html Css Color HEX #694837 Jambalaya

📋 copy color: '#694837'

red 105 ◦ green 72 ◦ blue 55

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

Shades of Jambalaya #694837

Tints of Jambalaya #694837

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.03%

 BLUE value IS 55 (21.88% from 255) = 23.71%

R = 45.26%
G = 31.03%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#694837 (or 0x694837) is known color: Jambalaya. HEX triplet: 69, 48 and 37. RGB value is (105,72,55). Sum of RGB (Red+Green+Blue) = 105+72+55=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #694837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694837 is #96B7C8. Grayscale: #505050. Windows color (decimal): -9877449 or 3623017. OLE color: 3623017.

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

Color convert

RGB 105 72 55 -
CMYK 0 0.31 0.48 0.59
HSL 20.4º 0.31% 0.31% -
HSV(B) 20.4º 0.48% 0.41% -
XYZ 8.83 7.91 4.68 -
YUV 79.93 113.93 145.88 -
System Red Green Blue C M Y K H S L
Decimal 105 72 55 0 0.31 0.48 0.59 20.4 0.31 0.31
Hex 69 48 37 0 1F 30 3B 14 1F 1F
Octal 151 110 67 0 37 60 73 24 37 37
Binary 1101001 1001000 110111 0 11111 110000 111011 10100 11111 11111

Color Harmonies of #694837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694837

Black with #694837

Text Example


Text Example

White with #694837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694837; }

 p { color: rgb(105,72,55); }

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

background-color css

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

 a { background-color: rgb(105,72,55); }

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

border-color css

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

 span { border-color: rgb(105,72,55); }

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