#694233

Color #694233 Jambalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jambalaya #694233

Tints of Jambalaya #694233

Color information

#694233 (or 0x694233) is unknown color: approx Jambalaya. HEX triplet: 69, 42 and 33. RGB value is (105,66,51). Sum of RGB (Red+Green+Blue) = 105+66+51=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #694233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694233 is #96BDCC. Grayscale: #4C4C4C. Windows color (decimal): -9878989 or 3359337. OLE color: 3359337.

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

Color convert

RGB1056651-
CMYK00.370.510.59
HSL16.67º34.62%30.59%-
HSV(B)16.67º51.43%41.18%-
XYZ8.377.144.07-
YUV75.95113.92148.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 51 (20.31% from 255) = 22.97%
R=47.30%
G=29.73%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105665100.370.510.5916.6734.6230.59
Hex694233025333B11231f
Octal151102630456373214337
Binary1101001100001011001101001011100111110111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694233; }

 p { color: rgb(105,66,51); }

 H1.HeaderClassName
 {
   color: #694233;
 }
 .AnyTagClassName
 {
   color: #694233;
 }
</style>
background-color css

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

 a { background-color: rgb(105,66,51); }

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

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

 span { border-color: rgb(105,66,51); }

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