Html Css Color HEX #694632 Jambalaya

📋 copy color: '#694632'

red 105 ◦ green 70 ◦ blue 50

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

Shades of Jambalaya #694632

Tints of Jambalaya #694632

RGB

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

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

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

R = 46.67%
G = 31.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#694632 (or 0x694632) is known color: Jambalaya. HEX triplet: 69, 46 and 32. RGB value is (105,70,50). Sum of RGB (Red+Green+Blue) = 105+70+50=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #694632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694632 is #96B9CD. Grayscale: #4E4E4E. Windows color (decimal): -9877966 or 3294825. OLE color: 3294825.

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

Color convert

RGB 105 70 50 -
CMYK 0 0.33 0.52 0.59
HSL 21.82º 0.35% 0.3% -
HSV(B) 21.82º 0.52% 0.41% -
XYZ 8.59 7.61 4.03 -
YUV 78.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 105 70 50 0 0.33 0.52 0.59 21.82 0.35 0.3
Hex 69 46 32 0 21 34 3B 16 23 1E
Octal 151 106 62 0 41 64 73 26 43 36
Binary 1101001 1000110 110010 0 100001 110100 111011 10110 100011 11110

Color Harmonies of #694632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694632

Black with #694632

Text Example


Text Example

White with #694632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694632; }

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

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

background-color css

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

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

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

border-color css

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

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

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