Html Css Color HEX #694634 Jambalaya

📋 copy color: '#694634'

red 105 ◦ green 70 ◦ blue 52

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

Shades of Jambalaya #694634

Tints of Jambalaya #694634

RGB

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

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

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

R = 46.26%
G = 30.84%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#694634 (or 0x694634) is known color: Jambalaya. HEX triplet: 69, 46 and 34. RGB value is (105,70,52). Sum of RGB (Red+Green+Blue) = 105+70+52=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #694634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694634 is #96B9CB. Grayscale: #4E4E4E. Windows color (decimal): -9877964 or 3425897. OLE color: 3425897.

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

Color convert

RGB 105 70 52 -
CMYK 0 0.33 0.50 0.59
HSL 20.38º 0.34% 0.31% -
HSV(B) 20.38º 0.5% 0.41% -
XYZ 8.64 7.63 4.27 -
YUV 78.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 105 70 52 0 0.33 0.50 0.59 20.38 0.34 0.31
Hex 69 46 34 0 21 32 3B 14 22 1F
Octal 151 106 64 0 41 62 73 24 42 37
Binary 1101001 1000110 110100 0 100001 110010 111011 10100 100010 11111

Color Harmonies of #694634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694634

Black with #694634

Text Example


Text Example

White with #694634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694634; }

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

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

background-color css

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

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

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

border-color css

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

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

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