Html Css Color HEX #694C37 Jambalaya

📋 copy color: '#694C37'

red 105 ◦ green 76 ◦ blue 55

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

Shades of Jambalaya #694C37

Tints of Jambalaya #694C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.2%

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

R = 44.49%
G = 32.2%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#694C37 (or 0x694C37) is known color: Jambalaya. HEX triplet: 69, 4C and 37. RGB value is (105,76,55). Sum of RGB (Red+Green+Blue) = 105+76+55=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #694C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C37 is #96B3C8. Grayscale: #525252. Windows color (decimal): -9876425 or 3624041. OLE color: 3624041.

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

Color convert

RGB 105 76 55 -
CMYK 0 0.28 0.48 0.59
HSL 25.2º 0.31% 0.31% -
HSV(B) 25.2º 0.48% 0.41% -
XYZ 9.1 8.45 4.77 -
YUV 82.28 112.61 144.21 -
System Red Green Blue C M Y K H S L
Decimal 105 76 55 0 0.28 0.48 0.59 25.2 0.31 0.31
Hex 69 4C 37 0 1C 30 3B 19 1F 1F
Octal 151 114 67 0 34 60 73 31 37 37
Binary 1101001 1001100 110111 0 11100 110000 111011 11001 11111 11111

Color Harmonies of #694C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C37

Black with #694C37

Text Example


Text Example

White with #694C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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