Html Css Color HEX #694A34 Jambalaya

📋 copy color: '#694A34'

red 105 ◦ green 74 ◦ blue 52

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

Shades of Jambalaya #694A34

Tints of Jambalaya #694A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.03%

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

R = 45.45%
G = 32.03%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#694A34 (or 0x694A34) is known color: Jambalaya. HEX triplet: 69, 4A and 34. RGB value is (105,74,52). Sum of RGB (Red+Green+Blue) = 105+74+52=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #694A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A34 is #96B5CB. Grayscale: #505050. Windows color (decimal): -9876940 or 3426921. OLE color: 3426921.

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

Color convert

RGB 105 74 52 -
CMYK 0 0.30 0.50 0.59
HSL 24.91º 0.34% 0.31% -
HSV(B) 24.91º 0.5% 0.41% -
XYZ 8.89 8.15 4.35 -
YUV 80.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 105 74 52 0 0.30 0.50 0.59 24.91 0.34 0.31
Hex 69 4A 34 0 1E 32 3B 19 22 1F
Octal 151 112 64 0 36 62 73 31 42 37
Binary 1101001 1001010 110100 0 11110 110010 111011 11001 100010 11111

Color Harmonies of #694A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694A34

Black with #694A34

Text Example


Text Example

White with #694A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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