#694538

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

Shades of Jambalaya #694538

Tints of Jambalaya #694538

Color information

#694538 (or 0x694538) is unknown color: approx Jambalaya. HEX triplet: 69, 45 and 38. RGB value is (105,69,56). Sum of RGB (Red+Green+Blue) = 105+69+56=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #694538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694538 is #96BAC7. Grayscale: #4E4E4E. Windows color (decimal): -9878216 or 3687785. OLE color: 3687785.

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

Color convert

RGB1056956-
CMYK00.340.470.59
HSL15.92º30.43%31.57%-
HSV(B)15.92º46.67%41.18%-
XYZ8.677.554.74-
YUV78.28115.43147.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 56 (22.27% from 255) = 24.35%
R=45.65%
G=30%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105695600.340.470.5915.9230.4331.57
Hex6945380222F3B101e20
Octal151105700425773203640
Binary1101001100010111100001000101011111110111000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694538; }

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

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

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

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

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

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

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

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