Html Css Color HEX #694434 Jambalaya

📋 copy color: '#694434'

red 105 ◦ green 68 ◦ blue 52

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

Shades of Jambalaya #694434

Tints of Jambalaya #694434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.11%

R = 46.67%
G = 30.22%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#694434 (or 0x694434) is known color: Jambalaya. HEX triplet: 69, 44 and 34. RGB value is (105,68,52). Sum of RGB (Red+Green+Blue) = 105+68+52=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #694434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694434 is #96BBCB. Grayscale: #4D4D4D. Windows color (decimal): -9878476 or 3425385. OLE color: 3425385.

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

Color convert

RGB 105 68 52 -
CMYK 0 0.35 0.50 0.59
HSL 18.11º 0.34% 0.31% -
HSV(B) 18.11º 0.5% 0.41% -
XYZ 8.51 7.39 4.23 -
YUV 77.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 105 68 52 0 0.35 0.50 0.59 18.11 0.34 0.31
Hex 69 44 34 0 23 32 3B 12 22 1F
Octal 151 104 64 0 43 62 73 22 42 37
Binary 1101001 1000100 110100 0 100011 110010 111011 10010 100010 11111

Color Harmonies of #694434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694434

Black with #694434

Text Example


Text Example

White with #694434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694434; }

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

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

background-color css

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

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

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

border-color css

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

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

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