Html Css Color HEX #694937 Jambalaya

📋 copy color: '#694937'

red 105 ◦ green 73 ◦ blue 55

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

Shades of Jambalaya #694937

Tints of Jambalaya #694937

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

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

R = 45.06%
G = 31.33%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#694937 (or 0x694937) is known color: Jambalaya. HEX triplet: 69, 49 and 37. RGB value is (105,73,55). Sum of RGB (Red+Green+Blue) = 105+73+55=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #694937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694937 is #96B6C8. Grayscale: #505050. Windows color (decimal): -9877193 or 3623273. OLE color: 3623273.

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

Color convert

RGB 105 73 55 -
CMYK 0 0.30 0.48 0.59
HSL 21.6º 0.31% 0.31% -
HSV(B) 21.6º 0.48% 0.41% -
XYZ 8.9 8.04 4.7 -
YUV 80.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 105 73 55 0 0.30 0.48 0.59 21.6 0.31 0.31
Hex 69 49 37 0 1E 30 3B 16 1F 1F
Octal 151 111 67 0 36 60 73 26 37 37
Binary 1101001 1001001 110111 0 11110 110000 111011 10110 11111 11111

Color Harmonies of #694937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694937

Black with #694937

Text Example


Text Example

White with #694937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694937; }

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

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

background-color css

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

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

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

border-color css

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

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

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