Html Css Color HEX #694637 Jambalaya

📋 copy color: '#694637'

red 105 ◦ green 70 ◦ blue 55

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

Shades of Jambalaya #694637

Tints of Jambalaya #694637

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.43%

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

R = 45.65%
G = 30.43%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#694637 (or 0x694637) is known color: Jambalaya. HEX triplet: 69, 46 and 37. RGB value is (105,70,55). Sum of RGB (Red+Green+Blue) = 105+70+55=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #694637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694637 is #96B9C8. Grayscale: #4E4E4E. Windows color (decimal): -9877961 or 3622505. OLE color: 3622505.

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

Color convert

RGB 105 70 55 -
CMYK 0 0.33 0.48 0.59
HSL 18º 0.31% 0.31% -
HSV(B) 18º 0.48% 0.41% -
XYZ 8.71 7.66 4.63 -
YUV 78.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 105 70 55 0 0.33 0.48 0.59 18 0.31 0.31
Hex 69 46 37 0 21 30 3B 12 1F 1F
Octal 151 106 67 0 41 60 73 22 37 37
Binary 1101001 1000110 110111 0 100001 110000 111011 10010 11111 11111

Color Harmonies of #694637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694637

Black with #694637

Text Example


Text Example

White with #694637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694637; }

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

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

background-color css

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

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

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

border-color css

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

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

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