#694838

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

Shades of Jambalaya #694838

Tints of Jambalaya #694838

Color information

#694838 (or 0x694838) is unknown color: approx Jambalaya. HEX triplet: 69, 48 and 38. RGB value is (105,72,56). Sum of RGB (Red+Green+Blue) = 105+72+56=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #694838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694838 is #96B7C7. Grayscale: #505050. Windows color (decimal): -9877448 or 3688553. OLE color: 3688553.

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

Color convert

RGB1057256-
CMYK00.310.470.59
HSL19.59º30.43%31.57%-
HSV(B)19.59º46.67%41.18%-
XYZ8.867.924.8-
YUV80.04114.43145.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=45.06%
G=30.90%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105725600.310.470.5919.5930.4331.57
Hex69483801F2F3B141e20
Octal151110700375773243640
Binary110100110010001110000111111011111110111010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694838; }

 p { color: rgb(105,72,56); }

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

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

 a { background-color: rgb(105,72,56); }

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

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

 span { border-color: rgb(105,72,56); }

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