Html Css Color HEX #694532 Jambalaya

📋 copy color: '#694532'

red 105 ◦ green 69 ◦ blue 50

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

Shades of Jambalaya #694532

Tints of Jambalaya #694532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.8%

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 46.88%
G = 30.8%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#694532 (or 0x694532) is known color: Jambalaya. HEX triplet: 69, 45 and 32. RGB value is (105,69,50). Sum of RGB (Red+Green+Blue) = 105+69+50=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #694532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694532 is #96BACD. Grayscale: #4D4D4D. Windows color (decimal): -9878222 or 3294569. OLE color: 3294569.

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

Color convert

RGB 105 69 50 -
CMYK 0 0.34 0.52 0.59
HSL 20.73º 0.35% 0.3% -
HSV(B) 20.73º 0.52% 0.41% -
XYZ 8.53 7.49 4.01 -
YUV 77.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 105 69 50 0 0.34 0.52 0.59 20.73 0.35 0.3
Hex 69 45 32 0 22 34 3B 15 23 1E
Octal 151 105 62 0 42 64 73 25 43 36
Binary 1101001 1000101 110010 0 100010 110100 111011 10101 100011 11110

Color Harmonies of #694532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694532

Black with #694532

Text Example


Text Example

White with #694532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694532; }

 p { color: rgb(105,69,50); }

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

background-color css

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

 a { background-color: rgb(105,69,50); }

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

border-color css

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

 span { border-color: rgb(105,69,50); }

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