Html Css Color HEX #694334 Jambalaya

📋 copy color: '#694334'

red 105 ◦ green 67 ◦ blue 52

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

Shades of Jambalaya #694334

Tints of Jambalaya #694334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.91%

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

R = 46.88%
G = 29.91%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#694334 (or 0x694334) is known color: Jambalaya. HEX triplet: 69, 43 and 34. RGB value is (105,67,52). Sum of RGB (Red+Green+Blue) = 105+67+52=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #694334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694334 is #96BCCB. Grayscale: #4C4C4C. Windows color (decimal): -9878732 or 3425129. OLE color: 3425129.

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

Color convert

RGB 105 67 52 -
CMYK 0 0.36 0.50 0.59
HSL 16.98º 0.34% 0.31% -
HSV(B) 16.98º 0.5% 0.41% -
XYZ 8.45 7.27 4.21 -
YUV 76.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 105 67 52 0 0.36 0.50 0.59 16.98 0.34 0.31
Hex 69 43 34 0 24 32 3B 11 22 1F
Octal 151 103 64 0 44 62 73 21 42 37
Binary 1101001 1000011 110100 0 100100 110010 111011 10001 100010 11111

Color Harmonies of #694334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694334

Black with #694334

Text Example


Text Example

White with #694334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694334; }

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

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

background-color css

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

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

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

border-color css

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

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

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