Html Css Color HEX #694436 Jambalaya

📋 copy color: '#694436'

red 105 ◦ green 68 ◦ blue 54

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

Shades of Jambalaya #694436

Tints of Jambalaya #694436

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.96%

 BLUE value IS 54 (21.48% from 255) = 23.79%

R = 46.26%
G = 29.96%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#694436 (or 0x694436) is known color: Jambalaya. HEX triplet: 69, 44 and 36. RGB value is (105,68,54). Sum of RGB (Red+Green+Blue) = 105+68+54=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #694436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694436 is #96BBC9. Grayscale: #4D4D4D. Windows color (decimal): -9878474 or 3556457. OLE color: 3556457.

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

Color convert

RGB 105 68 54 -
CMYK 0 0.35 0.49 0.59
HSL 16.47º 0.32% 0.31% -
HSV(B) 16.47º 0.49% 0.41% -
XYZ 8.56 7.4 4.47 -
YUV 77.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 105 68 54 0 0.35 0.49 0.59 16.47 0.32 0.31
Hex 69 44 36 0 23 31 3B 10 20 1F
Octal 151 104 66 0 43 61 73 20 40 37
Binary 1101001 1000100 110110 0 100011 110001 111011 10000 100000 11111

Color Harmonies of #694436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694436

Black with #694436

Text Example


Text Example

White with #694436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694436; }

 p { color: rgb(105,68,54); }

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

background-color css

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

 a { background-color: rgb(105,68,54); }

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

border-color css

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

 span { border-color: rgb(105,68,54); }

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